#D6955E

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

Shades of Whiskey Sour #D6955E

Tints of Whiskey Sour #D6955E

Color information

#D6955E (or 0xD6955E) is unknown color: approx Whiskey Sour. HEX triplet: D6, 95 and 5E. RGB value is (214,149,94). Sum of RGB (Red+Green+Blue) = 214+149+94=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6955E is #296AA1. Grayscale: #A2A2A2. Windows color (decimal): -2714274 or 6198742. OLE color: 6198742.

HSL color Cylindrical-coordinate representation of color #D6955E: hue angle of 27.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 #D6955E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21414994-
CMYK00.300.560.16
HSL27.5º59.41%60.39%-
HSV(B)27.5º56.07%83.92%-
XYZ40.536.615.52-
YUV162.1689.53164.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=46.83%
G=32.60%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141499400.300.560.1627.559.4160.39
HexD6955E01E38101c3b3c
Octal3262251360367020347374
Binary110101101001010110111100111101110001000011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6955E; }

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

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

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

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

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

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

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

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