#D6915C

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

Shades of Whiskey Sour #D6915C

Tints of Whiskey Sour #D6915C

Color information

#D6915C (or 0xD6915C) is unknown color: approx 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

RGB21414592-
CMYK00.320.570.16
HSL26.07º59.8%60%-
HSV(B)26.07º57.01%83.92%-
XYZ39.7935.3214.85-
YUV159.5989.86166.81-

RGB Variations

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

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.40%
R=47.45%
G=32.15%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141459200.320.570.1626.0759.860
HexD6915C02039101a3c3c
Octal3262211340407120327474
Binary1101011010010001101110001000001110011000011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>