#CD9C62

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

Shades of Fallow #CD9C62

Tints of Fallow #CD9C62

Color information

#CD9C62 (or 0xCD9C62) is unknown color: approx Fallow. HEX triplet: CD, 9C and 62. RGB value is (205,156,98). Sum of RGB (Red+Green+Blue) = 205+156+98=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C62 is #32639D. Grayscale: #A4A4A4. Windows color (decimal): -3302302 or 6462669. OLE color: 6462669.

HSL color Cylindrical-coordinate representation of color #CD9C62: hue angle of 32.52º degrees, saturation: 0.52, 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 #CD9C62 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB20515698-
CMYK00.240.520.20
HSL32.52º51.69%59.41%-
HSV(B)32.52º52.2%80.39%-
XYZ39.2737.6416.75-
YUV164.0490.73157.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=44.66%
G=33.99%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051569800.240.520.2032.5251.6959.41
HexCD9C62018341421343b
Octal3152341420306424416473
Binary1100110110011100110001001100011010010100100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C62; }

 p { color: rgb(205,156,98); }

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

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

 a { background-color: rgb(205,156,98); }

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

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

 span { border-color: rgb(205,156,98); }

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