#D68E61

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

Shades of Whiskey #D68E61

Tints of Whiskey #D68E61

Color information

#D68E61 (or 0xD68E61) is unknown color: approx Whiskey. HEX triplet: D6, 8E and 61. RGB value is (214,142,97). Sum of RGB (Red+Green+Blue) = 214+142+97=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E61 is #29719E. Grayscale: #9E9E9E. Windows color (decimal): -2716063 or 6393558. OLE color: 6393558.

HSL color Cylindrical-coordinate representation of color #D68E61: hue angle of 23.08º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D68E61 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21414297-
CMYK00.340.550.16
HSL23.08º58.79%60.98%-
HSV(B)23.08º54.67%83.92%-
XYZ39.5634.5115.88-
YUV158.493.35167.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=47.24%
G=31.35%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141429700.340.550.1623.0858.7960.98
HexD68E610223710173b3d
Octal3262161410426720277375
Binary1101011010001110110000101000101101111000010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E61; }

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

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

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

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

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

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

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

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