#CB9C61

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

Shades of Fallow #CB9C61

Tints of Fallow #CB9C61

Color information

#CB9C61 (or 0xCB9C61) is unknown color: approx Fallow. HEX triplet: CB, 9C and 61. RGB value is (203,156,97). Sum of RGB (Red+Green+Blue) = 203+156+97=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C61 is #34639E. Grayscale: #A3A3A3. Windows color (decimal): -3433375 or 6397131. OLE color: 6397131.

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

Color convert

RGB20315697-
CMYK00.230.520.20
HSL33.4º50.48%58.82%-
HSV(B)33.4º52.22%79.61%-
XYZ38.6737.3416.48-
YUV163.3390.57156.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=44.52%
G=34.21%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031569700.230.520.2033.450.4858.82
HexCB9C61017341421323b
Octal3132341410276424416273
Binary1100101110011100110000101011111010010100100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C61; }

 p { color: rgb(203,156,97); }

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

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

 a { background-color: rgb(203,156,97); }

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

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

 span { border-color: rgb(203,156,97); }

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