#CC9B61

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

Shades of Fallow #CC9B61

Tints of Fallow #CC9B61

Color information

#CC9B61 (or 0xCC9B61) is unknown color: approx Fallow. HEX triplet: CC, 9B and 61. RGB value is (204,155,97). Sum of RGB (Red+Green+Blue) = 204+155+97=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B61 is #33649E. Grayscale: #A3A3A3. Windows color (decimal): -3368095 or 6396876. OLE color: 6396876.

HSL color Cylindrical-coordinate representation of color #CC9B61: hue angle of 32.52º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC9B61 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB20415597-
CMYK00.240.520.2
HSL32.52º51.2%59.02%-
HSV(B)32.52º52.45%80%-
XYZ38.7837.1416.43-
YUV163.0490.73157.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.74%
GREEN value IS 155 (60.94% from 255) = 33.99%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=44.74%
G=33.99%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041559700.240.520.232.5251.259.02
HexCC9B61018341421333b
Octal3142331410306424416373
Binary1100110010011011110000101100011010010100100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B61; }

 p { color: rgb(204,155,97); }

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

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

 a { background-color: rgb(204,155,97); }

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

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

 span { border-color: rgb(204,155,97); }

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