#CC9F6C

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

Shades of Fallow #CC9F6C

Tints of Fallow #CC9F6C

Color information

#CC9F6C (or 0xCC9F6C) is unknown color: approx Fallow. HEX triplet: CC, 9F and 6C. RGB value is (204,159,108). Sum of RGB (Red+Green+Blue) = 204+159+108=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F6C is #336093. Grayscale: #A6A6A6. Windows color (decimal): -3367060 or 7118796. OLE color: 7118796.

HSL color Cylindrical-coordinate representation of color #CC9F6C: hue angle of 31.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC9F6C is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204159108-
CMYK00.220.470.2
HSL31.88º48.48%61.18%-
HSV(B)31.88º47.06%80%-
XYZ40.0138.7219.55-
YUV166.6494.91154.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 108 (42.58% from 255) = 22.93%
R=43.31%
G=33.76%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415910800.220.470.231.8848.4861.18
HexCC9F6C0162F1420303d
Octal3142371540265724406075
Binary1100110010011111110110001011010111110100100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F6C; }

 p { color: rgb(204,159,108); }

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

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

 a { background-color: rgb(204,159,108); }

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

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

 span { border-color: rgb(204,159,108); }

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