Html Css Color HEX #D6915E Whiskey Sour

📋 copy color: '#D6915E'

red 214 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #D6915E

Tints of Whiskey Sour #D6915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.01%

 BLUE value IS 94 (37.11% from 255) = 20.75%

R = 47.24%
G = 32.01%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6915E (or 0xD6915E) is known color: Whiskey Sour. HEX triplet: D6, 91 and 5E. RGB value is (214,145,94). Sum of RGB (Red+Green+Blue) = 214+145+94=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 94 (37.11% from 255 or 20.75% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6915E is #296EA1. Grayscale: #A0A0A0. Windows color (decimal): -2715298 or 6197718. OLE color: 6197718.

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

Color convert

RGB 214 145 94 -
CMYK 0 0.32 0.56 0.16
HSL 25.5º 0.59% 0.6% -
HSV(B) 25.5º 0.56% 0.84% -
XYZ 39.88 35.36 15.31 -
YUV 159.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 214 145 94 0 0.32 0.56 0.16 25.5 0.59 0.6
Hex D6 91 5E 0 20 38 10 1A 3B 3C
Octal 326 221 136 0 40 70 20 32 73 74
Binary 11010110 10010001 1011110 0 100000 111000 10000 11010 111011 111100

Color Harmonies of #D6915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6915E

Black with #D6915E

Text Example


Text Example

White with #D6915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6915E; }

 p { color: rgb(214,145,94); }

 H1.HeaderClassName
 {
   color: #D6915E;
 }
 .AnyTagClassName
 {
   color: #D6915E;
 }
</style>

background-color css

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

 a { background-color: rgb(214,145,94); }

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

border-color css

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

 span { border-color: rgb(214,145,94); }

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