#CE9667

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

Shades of Whiskey #CE9667

Tints of Whiskey #CE9667

Color information

#CE9667 (or 0xCE9667) is unknown color: approx Whiskey. HEX triplet: CE, 96 and 67. RGB value is (206,150,103). Sum of RGB (Red+Green+Blue) = 206+150+103=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9667 is #316998. Grayscale: #A1A1A1. Windows color (decimal): -3238297 or 6788814. OLE color: 6788814.

HSL color Cylindrical-coordinate representation of color #CE9667: hue angle of 27.38º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE9667 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206150103-
CMYK00.270.500.19
HSL27.38º51.24%60.59%-
HSV(B)27.38º50%80.78%-
XYZ38.8135.9117.72-
YUV161.3995.05159.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=44.88%
G=32.68%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615010300.270.500.1927.3851.2460.59
HexCE966701B32131b333d
Octal3162261470336223336375
Binary110011101001011011001110110111100101001111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9667; }

 p { color: rgb(206,150,103); }

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

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

 a { background-color: rgb(206,150,103); }

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

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

 span { border-color: rgb(206,150,103); }

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