#D6895D

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

Shades of Whiskey #D6895D

Tints of Whiskey #D6895D

Color information

#D6895D (or 0xD6895D) is unknown color: approx Whiskey. HEX triplet: D6, 89 and 5D. RGB value is (214,137,93). Sum of RGB (Red+Green+Blue) = 214+137+93=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6895D is #2976A2. Grayscale: #9B9B9B. Windows color (decimal): -2717347 or 6130134. OLE color: 6130134.

HSL color Cylindrical-coordinate representation of color #D6895D: hue angle of 21.82º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6895D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21413793-
CMYK00.360.570.16
HSL21.82º59.61%60.2%-
HSV(B)21.82º56.54%83.92%-
XYZ38.6532.9814.68-
YUV155.0193.01170.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 93 (36.72% from 255) = 20.95%
R=48.20%
G=30.86%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141379300.360.570.1621.8259.6160.2
HexD6895D0243910163c3c
Octal3262111350447120267474
Binary1101011010001001101110101001001110011000010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6895D; }

 p { color: rgb(214,137,93); }

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

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

 a { background-color: rgb(214,137,93); }

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

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

 span { border-color: rgb(214,137,93); }

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