#C69A4B

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

Shades of Tussock #C69A4B

Tints of Tussock #C69A4B

Color information

#C69A4B (or 0xC69A4B) is unknown color: approx Tussock. HEX triplet: C6, 9A and 4B. RGB value is (198,154,75). Sum of RGB (Red+Green+Blue) = 198+154+75=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A4B is #3965B4. Grayscale: #9E9E9E. Windows color (decimal): -3761589 or 4954822. OLE color: 4954822.

HSL color Cylindrical-coordinate representation of color #C69A4B: hue angle of 38.54º 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 #C69A4B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19815475-
CMYK00.220.620.22
HSL38.54º51.9%53.53%-
HSV(B)38.54º62.12%77.65%-
XYZ36.1135.6211.63-
YUV158.1581.08156.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 75 (29.69% from 255) = 17.56%
R=46.37%
G=36.07%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981547500.220.620.2238.5451.953.53
HexC69A4B0163E16273436
Octal3062321130267626476466
Binary1100011010011010100101101011011111010110100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A4B; }

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

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

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

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

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

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

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

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