Html Css Color HEX #D6875A Whiskey Sour

📋 copy color: '#D6875A'

red 214 ◦ green 135 ◦ blue 90

#D6875A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D6875A

Tints of Whiskey Sour #D6875A

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

 GREEN value IS 135 (53.13% from 255) = 30.75%

 BLUE value IS 90 (35.55% from 255) = 20.5%

R = 48.75%
G = 30.75%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6875A (or 0xD6875A) is known color: 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

RGB 214 135 90 -
CMYK 0 0.37 0.58 0.16
HSL 21.77º 0.6% 0.6% -
HSV(B) 21.77º 0.58% 0.84% -
XYZ 38.24 32.36 13.9 -
YUV 153.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 214 135 90 0 0.37 0.58 0.16 21.77 0.6 0.6
Hex D6 87 5A 0 25 3A 10 16 3C 3C
Octal 326 207 132 0 45 72 20 26 74 74
Binary 11010110 10000111 1011010 0 100101 111010 10000 10110 111100 111100

Color Harmonies of #D6875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6875A

Black with #D6875A

Text Example


Text Example

White with #D6875A

Text Example


Text Example

HTML Codes & Css Web 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>