#CD9B62

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

Shades of Fallow #CD9B62

Tints of Fallow #CD9B62

Color information

#CD9B62 (or 0xCD9B62) is unknown color: approx Fallow. HEX triplet: CD, 9B and 62. RGB value is (205,155,98). Sum of RGB (Red+Green+Blue) = 205+155+98=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9B62 is #32649D. Grayscale: #A3A3A3. Windows color (decimal): -3302558 or 6462413. OLE color: 6462413.

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

Color convert

RGB20515598-
CMYK00.240.520.20
HSL31.96º51.69%59.41%-
HSV(B)31.96º52.2%80.39%-
XYZ39.137.316.69-
YUV163.4591.06157.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=44.76%
G=33.84%
B=21.40%

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
Decimal2051559800.240.520.2031.9651.6959.41
HexCD9B62018341420343b
Octal3152331420306424406473
Binary1100110110011011110001001100011010010100100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9B62; }

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

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

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

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

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

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

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

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