#D68F61

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

Shades of Whiskey #D68F61

Tints of Whiskey #D68F61

Color information

#D68F61 (or 0xD68F61) is unknown color: approx Whiskey. HEX triplet: D6, 8F and 61. RGB value is (214,143,97). Sum of RGB (Red+Green+Blue) = 214+143+97=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F61 is #29709E. Grayscale: #9F9F9F. Windows color (decimal): -2715807 or 6393814. OLE color: 6393814.

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

Color convert

RGB21414397-
CMYK00.330.550.16
HSL23.59º58.79%60.98%-
HSV(B)23.59º54.67%83.92%-
XYZ39.7134.815.93-
YUV158.9893.02167.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=47.14%
G=31.50%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141439700.330.550.1623.5958.7960.98
HexD68F610213710183b3d
Octal3262171410416720307375
Binary1101011010001111110000101000011101111000011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F61; }

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

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

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

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

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

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

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

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