#C9996A

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

Shades of Fallow #C9996A

Tints of Fallow #C9996A

Color information

#C9996A (or 0xC9996A) is unknown color: approx Fallow. HEX triplet: C9, 99 and 6A. RGB value is (201,153,106). Sum of RGB (Red+Green+Blue) = 201+153+106=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9996A is #366695. Grayscale: #A2A2A2. Windows color (decimal): -3565206 or 6986185. OLE color: 6986185.

HSL color Cylindrical-coordinate representation of color #C9996A: hue angle of 29.68º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9996A is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201153106-
CMYK00.240.470.21
HSL29.68º46.8%60.2%-
HSV(B)29.68º47.26%78.82%-
XYZ38.0836.2418.62-
YUV161.9996.4155.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=43.70%
G=33.26%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115310600.240.470.2129.6846.860.2
HexC9996A0182F151e2f3c
Octal3112311520305725365774
Binary110010011001100111010100110001011111010111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9996A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9996A; }

 p { color: rgb(201,153,106); }

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

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

 a { background-color: rgb(201,153,106); }

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

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

 span { border-color: rgb(201,153,106); }

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