#D68D64

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

Shades of Whiskey #D68D64

Tints of Whiskey #D68D64

Color information

#D68D64 (or 0xD68D64) is unknown color: approx Whiskey. HEX triplet: D6, 8D and 64. RGB value is (214,141,100). Sum of RGB (Red+Green+Blue) = 214+141+100=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D64 is #29729B. Grayscale: #9E9E9E. Windows color (decimal): -2716316 or 6589910. OLE color: 6589910.

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

Color convert

RGB214141100-
CMYK00.340.530.16
HSL21.58º58.16%61.57%-
HSV(B)21.58º53.27%83.92%-
XYZ39.5634.2716.59-
YUV158.1595.18167.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 100 (39.45% from 255) = 21.98%
R=47.03%
G=30.99%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414110000.340.530.1621.5858.1661.57
HexD68D640223510163a3e
Octal3262151440426520267276
Binary1101011010001101110010001000101101011000010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D64; }

 p { color: rgb(214,141,100); }

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

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

 a { background-color: rgb(214,141,100); }

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

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

 span { border-color: rgb(214,141,100); }

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