#d68c5f

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

Shades of Whiskey #D68C5F

Tints of Whiskey #D68C5F

Color information

#D68C5F (or 0xD68C5F) is unknown color: approx Whiskey. HEX triplet: D6, 8C and 5F. RGB value is (214,140,95). Sum of RGB (Red+Green+Blue) = 214+140+95=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C5F is #2973A0. Grayscale: #9D9D9D. Windows color (decimal): -2716577 or 6261974. OLE color: 6261974.

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

Color convert

RGB21414095-
CMYK00.350.560.16
HSL22.69º59.2%60.59%-
HSV(B)22.69º55.61%83.92%-
XYZ39.1833.8815.3-
YUV15793.02168.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=47.66%
G=31.18%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141409500.350.560.1622.6959.260.59
HexD68C5F0233810173b3d
Octal3262141370437020277375
Binary1101011010001100101111101000111110001000010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68c5f; }

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

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

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

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

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

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

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

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