#CC9D65

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

Shades of Fallow #CC9D65

Tints of Fallow #CC9D65

Color information

#CC9D65 (or 0xCC9D65) is unknown color: approx Fallow. HEX triplet: CC, 9D and 65. RGB value is (204,157,101). Sum of RGB (Red+Green+Blue) = 204+157+101=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D65 is #33629A. Grayscale: #A4A4A4. Windows color (decimal): -3367579 or 6659532. OLE color: 6659532.

HSL color Cylindrical-coordinate representation of color #CC9D65: hue angle of 32.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC9D65 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204157101-
CMYK00.230.500.2
HSL32.62º50.24%59.8%-
HSV(B)32.62º50.49%80%-
XYZ39.3137.8917.55-
YUV164.6792.07156.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=44.16%
G=33.98%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415710100.230.500.232.6250.2459.8
HexCC9D65017321421323c
Octal3142351450276224416274
Binary1100110010011101110010101011111001010100100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D65; }

 p { color: rgb(204,157,101); }

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

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

 a { background-color: rgb(204,157,101); }

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

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

 span { border-color: rgb(204,157,101); }

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