#CE8E61

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

Shades of Whiskey #CE8E61

Tints of Whiskey #CE8E61

Color information

#CE8E61 (or 0xCE8E61) is unknown color: approx Whiskey. HEX triplet: CE, 8E and 61. RGB value is (206,142,97). Sum of RGB (Red+Green+Blue) = 206+142+97=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8E61 is #31719E. Grayscale: #9C9C9C. Windows color (decimal): -3240351 or 6393550. OLE color: 6393550.

HSL color Cylindrical-coordinate representation of color #CE8E61: hue angle of 24.77º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE8E61 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20614297-
CMYK00.310.530.19
HSL24.77º52.66%59.41%-
HSV(B)24.77º52.91%80.78%-
XYZ37.2833.3315.78-
YUV156.0194.7163.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 97 (38.28% from 255) = 21.80%
R=46.29%
G=31.91%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061429700.310.530.1924.7752.6659.41
HexCE8E6101F351319353b
Octal3162161410376523316573
Binary110011101000111011000010111111101011001111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8E61; }

 p { color: rgb(206,142,97); }

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

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

 a { background-color: rgb(206,142,97); }

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

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

 span { border-color: rgb(206,142,97); }

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