#C99D62

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

Shades of Fallow #C99D62

Tints of Fallow #C99D62

Color information

#C99D62 (or 0xC99D62) is unknown color: approx Fallow. HEX triplet: C9, 9D and 62. RGB value is (201,157,98). Sum of RGB (Red+Green+Blue) = 201+157+98=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D62 is #36629D. Grayscale: #A3A3A3. Windows color (decimal): -3564190 or 6462921. OLE color: 6462921.

HSL color Cylindrical-coordinate representation of color #C99D62: hue angle of 34.37º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C99D62 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20115798-
CMYK00.220.510.21
HSL34.37º48.82%58.63%-
HSV(B)34.37º51.24%78.82%-
XYZ38.3537.4116.76-
YUV163.4391.08154.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 98 (38.67% from 255) = 21.49%
R=44.08%
G=34.43%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011579800.220.510.2134.3748.8258.63
HexC99D62016331522313b
Octal3112351420266325426173
Binary1100100110011101110001001011011001110101100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99D62; }

 p { color: rgb(201,157,98); }

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

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

 a { background-color: rgb(201,157,98); }

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

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

 span { border-color: rgb(201,157,98); }

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