#D68D61

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

Shades of Whiskey #D68D61

Tints of Whiskey #D68D61

Color information

#D68D61 (or 0xD68D61) is unknown color: approx Whiskey. HEX triplet: D6, 8D and 61. RGB value is (214,141,97). Sum of RGB (Red+Green+Blue) = 214+141+97=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D61 is #29729E. Grayscale: #9E9E9E. Windows color (decimal): -2716319 or 6393302. OLE color: 6393302.

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

Color convert

RGB21414197-
CMYK00.340.550.16
HSL22.56º58.79%60.98%-
HSV(B)22.56º54.67%83.92%-
XYZ39.4134.2115.83-
YUV157.8193.68168.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=47.35%
G=31.19%
B=21.46%

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
Decimal2141419700.340.550.1622.5658.7960.98
HexD68D610223710173b3d
Octal3262151410426720277375
Binary1101011010001101110000101000101101111000010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D61; }

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

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

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

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

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

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

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

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