#CE9669

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

Shades of Whiskey #CE9669

Tints of Whiskey #CE9669

Color information

#CE9669 (or 0xCE9669) is unknown color: approx Whiskey. HEX triplet: CE, 96 and 69. RGB value is (206,150,105). Sum of RGB (Red+Green+Blue) = 206+150+105=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9669 is #316996. Grayscale: #A1A1A1. Windows color (decimal): -3238295 or 6919886. OLE color: 6919886.

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

Color convert

RGB206150105-
CMYK00.270.490.19
HSL26.73º50.75%60.98%-
HSV(B)26.73º49.03%80.78%-
XYZ38.9135.9518.25-
YUV161.6196.05159.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=44.69%
G=32.54%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615010500.270.490.1926.7350.7560.98
HexCE966901B31131b333d
Octal3162261510336123336375
Binary110011101001011011010010110111100011001111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9669; }

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

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

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

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

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

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

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

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