#C68A4B

Color #C68A4B Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #C68A4B

Tints of Tussock #C68A4B

Color information

#C68A4B (or 0xC68A4B) is unknown color: approx Tussock. HEX triplet: C6, 8A and 4B. RGB value is (198,138,75). Sum of RGB (Red+Green+Blue) = 198+138+75=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A4B is #3975B4. Grayscale: #959595. Windows color (decimal): -3765685 or 4950726. OLE color: 4950726.

HSL color Cylindrical-coordinate representation of color #C68A4B: hue angle of 30.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C68A4B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19813875-
CMYK00.300.620.22
HSL30.73º51.9%53.53%-
HSV(B)30.73º62.12%77.65%-
XYZ33.6530.6910.81-
YUV148.7686.38163.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=48.18%
G=33.58%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981387500.300.620.2230.7351.953.53
HexC68A4B01E3E161f3436
Octal3062121130367626376466
Binary110001101000101010010110111101111101011011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A4B; }

 p { color: rgb(198,138,75); }

 H1.HeaderClassName
 {
   color: #C68A4B;
 }
 .AnyTagClassName
 {
   color: #C68A4B;
 }
</style>
background-color css

<style>
 a { background-color: #C68A4B; }

 a { background-color: rgb(198,138,75); }

 div.DivClassName
 {
   background-color: #C68A4B;
 }
 .BgClassName
 {
   background-color: #C68A4B;
 }
</style>
border-color css

<style>
 span { border-color: #C68A4B; }

 span { border-color: rgb(198,138,75); }

 td.TdClassName
 {
   border-color: #C68A4B;
 }
 .TagClassName
 {
   border-color: #C68A4B;
 }
</style>