#CB9061

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

Shades of Whiskey #CB9061

Tints of Whiskey #CB9061

Color information

#CB9061 (or 0xCB9061) is unknown color: approx Whiskey. HEX triplet: CB, 90 and 61. RGB value is (203,144,97). Sum of RGB (Red+Green+Blue) = 203+144+97=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9061 is #346F9E. Grayscale: #9C9C9C. Windows color (decimal): -3436447 or 6394059. OLE color: 6394059.

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

Color convert

RGB20314497-
CMYK00.290.520.20
HSL26.6º50.48%58.82%-
HSV(B)26.6º52.22%79.61%-
XYZ36.7633.5115.84-
YUV156.2894.55161.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=45.72%
G=32.43%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031449700.290.520.2026.650.4858.82
HexCB906101D34141b323b
Octal3132201410356424336273
Binary110010111001000011000010111011101001010011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9061; }

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

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

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

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

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

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

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

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