#D68C61

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

Shades of Whiskey #D68C61

Tints of Whiskey #D68C61

Color information

#D68C61 (or 0xD68C61) is unknown color: approx Whiskey. HEX triplet: D6, 8C and 61. RGB value is (214,140,97). Sum of RGB (Red+Green+Blue) = 214+140+97=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C61 is #29739E. Grayscale: #9D9D9D. Windows color (decimal): -2716575 or 6393046. OLE color: 6393046.

HSL color Cylindrical-coordinate representation of color #D68C61: hue angle of 22.05º 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 #D68C61 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21414097-
CMYK00.350.550.16
HSL22.05º58.79%60.98%-
HSV(B)22.05º54.67%83.92%-
XYZ39.2733.9215.79-
YUV157.2294.02168.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.45%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=47.45%
G=31.04%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141409700.350.550.1622.0558.7960.98
HexD68C610233710163b3d
Octal3262141410436720267375
Binary1101011010001100110000101000111101111000010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C61; }

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

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

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

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

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

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

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

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