#CB9662

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

Shades of Whiskey #CB9662

Tints of Whiskey #CB9662

Color information

#CB9662 (or 0xCB9662) is unknown color: approx Whiskey. HEX triplet: CB, 96 and 62. RGB value is (203,150,98). Sum of RGB (Red+Green+Blue) = 203+150+98=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9662 is #34699D. Grayscale: #A0A0A0. Windows color (decimal): -3434910 or 6461131. OLE color: 6461131.

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

Color convert

RGB20315098-
CMYK00.260.520.20
HSL29.71º50.24%59.02%-
HSV(B)29.71º51.72%79.61%-
XYZ37.7435.3916.4-
YUV159.9293.06158.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 98 (38.67% from 255) = 21.73%
R=45.01%
G=33.26%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031509800.260.520.2029.7150.2459.02
HexCB966201A34141e323b
Octal3132261420326424366273
Binary110010111001011011000100110101101001010011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9662; }

 p { color: rgb(203,150,98); }

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

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

 a { background-color: rgb(203,150,98); }

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

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

 span { border-color: rgb(203,150,98); }

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