Html Css Color HEX #D6915C Whiskey Sour

📋 copy color: '#D6915C'

red 214 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #D6915C

Tints of Whiskey Sour #D6915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 47.45%
G = 32.15%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6915C (or 0xD6915C) is known color: Whiskey Sour. HEX triplet: D6, 91 and 5C. RGB value is (214,145,92). Sum of RGB (Red+Green+Blue) = 214+145+92=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6915C is #296EA3. Grayscale: #9F9F9F. Windows color (decimal): -2715300 or 6066646. OLE color: 6066646.

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

Color convert

RGB 214 145 92 -
CMYK 0 0.32 0.57 0.16
HSL 26.07º 0.6% 0.6% -
HSV(B) 26.07º 0.57% 0.84% -
XYZ 39.79 35.32 14.85 -
YUV 159.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 214 145 92 0 0.32 0.57 0.16 26.07 0.6 0.6
Hex D6 91 5C 0 20 39 10 1A 3C 3C
Octal 326 221 134 0 40 71 20 32 74 74
Binary 11010110 10010001 1011100 0 100000 111001 10000 11010 111100 111100

Color Harmonies of #D6915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6915C

Black with #D6915C

Text Example


Text Example

White with #D6915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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