#CC9D63

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

Shades of Fallow #CC9D63

Tints of Fallow #CC9D63

Color information

#CC9D63 (or 0xCC9D63) is unknown color: approx Fallow. HEX triplet: CC, 9D and 63. RGB value is (204,157,99). Sum of RGB (Red+Green+Blue) = 204+157+99=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D63 is #33629C. Grayscale: #A4A4A4. Windows color (decimal): -3367581 or 6528460. OLE color: 6528460.

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

Color convert

RGB20415799-
CMYK00.230.510.2
HSL33.14º50.72%59.41%-
HSV(B)33.14º51.47%80%-
XYZ39.2137.8517.04-
YUV164.4491.07156.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=44.35%
G=34.13%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041579900.230.510.233.1450.7259.41
HexCC9D63017331421333b
Octal3142351430276324416373
Binary1100110010011101110001101011111001110100100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D63; }

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

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

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

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

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

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

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

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