#CB8E61

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

Shades of Whiskey #CB8E61

Tints of Whiskey #CB8E61

Color information

#CB8E61 (or 0xCB8E61) is unknown color: approx Whiskey. HEX triplet: CB, 8E and 61. RGB value is (203,142,97). Sum of RGB (Red+Green+Blue) = 203+142+97=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E61 is #34719E. Grayscale: #9B9B9B. Windows color (decimal): -3436959 or 6393547. OLE color: 6393547.

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

Color convert

RGB20314297-
CMYK00.300.520.20
HSL25.47º50.48%58.82%-
HSV(B)25.47º52.22%79.61%-
XYZ36.4632.9115.74-
YUV155.1195.21162.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=45.93%
G=32.13%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031429700.300.520.2025.4750.4858.82
HexCB8E6101E341419323b
Octal3132161410366424316273
Binary110010111000111011000010111101101001010011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E61; }

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

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

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

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

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

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

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

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