#CB9361

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

Shades of Whiskey #CB9361

Tints of Whiskey #CB9361

Color information

#CB9361 (or 0xCB9361) is unknown color: approx Whiskey. HEX triplet: CB, 93 and 61. RGB value is (203,147,97). Sum of RGB (Red+Green+Blue) = 203+147+97=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9361 is #346C9E. Grayscale: #9E9E9E. Windows color (decimal): -3435679 or 6394827. OLE color: 6394827.

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

Color convert

RGB20314797-
CMYK00.280.520.20
HSL28.3º50.48%58.82%-
HSV(B)28.3º52.22%79.61%-
XYZ37.2234.4315.99-
YUV158.0493.55160.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=45.41%
G=32.89%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031479700.280.520.2028.350.4858.82
HexCB936101C34141c323b
Octal3132231410346424346273
Binary110010111001001111000010111001101001010011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9361; }

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

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

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

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

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

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

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

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