#D6935F

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

Shades of Whiskey Sour #D6935F

Tints of Whiskey Sour #D6935F

Color information

#D6935F (or 0xD6935F) is unknown color: approx Whiskey Sour. HEX triplet: D6, 93 and 5F. RGB value is (214,147,95). Sum of RGB (Red+Green+Blue) = 214+147+95=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6935F is #296CA0. Grayscale: #A1A1A1. Windows color (decimal): -2714785 or 6263766. OLE color: 6263766.

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

Color convert

RGB21414795-
CMYK00.310.560.16
HSL26.22º59.2%60.59%-
HSV(B)26.22º55.61%83.92%-
XYZ40.2335.9915.65-
YUV161.1190.7165.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 95 (37.5% from 255) = 20.83%
R=46.93%
G=32.24%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141479500.310.560.1626.2259.260.59
HexD6935F01F38101a3b3d
Octal3262231370377020327375
Binary110101101001001110111110111111110001000011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6935F; }

 p { color: rgb(214,147,95); }

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

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

 a { background-color: rgb(214,147,95); }

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

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

 span { border-color: rgb(214,147,95); }

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