#CB9B60

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

Shades of Fallow #CB9B60

Tints of Fallow #CB9B60

Color information

#CB9B60 (or 0xCB9B60) is unknown color: approx Fallow. HEX triplet: CB, 9B and 60. RGB value is (203,155,96). Sum of RGB (Red+Green+Blue) = 203+155+96=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9B60 is #34649F. Grayscale: #A2A2A2. Windows color (decimal): -3433632 or 6331339. OLE color: 6331339.

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

Color convert

RGB20315596-
CMYK00.240.530.20
HSL33.08º50.71%58.63%-
HSV(B)33.08º52.71%79.61%-
XYZ38.4636.9816.18-
YUV162.6390.4156.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=44.71%
G=34.14%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031559600.240.530.2033.0850.7158.63
HexCB9B60018351421333b
Octal3132331400306524416373
Binary1100101110011011110000001100011010110100100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9B60; }

 p { color: rgb(203,155,96); }

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

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

 a { background-color: rgb(203,155,96); }

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

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

 span { border-color: rgb(203,155,96); }

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