#D6875A

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

Shades of Whiskey Sour #D6875A

Tints of Whiskey Sour #D6875A

Color information

#D6875A (or 0xD6875A) is unknown color: approx Whiskey Sour. HEX triplet: D6, 87 and 5A. RGB value is (214,135,90). Sum of RGB (Red+Green+Blue) = 214+135+90=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6875A is #2978A5. Grayscale: #999999. Windows color (decimal): -2717862 or 5933014. OLE color: 5933014.

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

Color convert

RGB21413590-
CMYK00.370.580.16
HSL21.77º60.19%59.61%-
HSV(B)21.77º57.94%83.92%-
XYZ38.2432.3613.9-
YUV153.4992.17171.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=48.75%
G=30.75%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141359000.370.580.1621.7760.1959.61
HexD6875A0253A10163c3c
Octal3262071320457220267474
Binary1101011010000111101101001001011110101000010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6875A; }

 p { color: rgb(214,135,90); }

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

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

 a { background-color: rgb(214,135,90); }

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

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

 span { border-color: rgb(214,135,90); }

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