#D6905E

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

Shades of Whiskey Sour #D6905E

Tints of Whiskey Sour #D6905E

Color information

#D6905E (or 0xD6905E) is unknown color: approx Whiskey Sour. HEX triplet: D6, 90 and 5E. RGB value is (214,144,94). Sum of RGB (Red+Green+Blue) = 214+144+94=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6905E is #296FA1. Grayscale: #9F9F9F. Windows color (decimal): -2715554 or 6197462. OLE color: 6197462.

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

Color convert

RGB21414494-
CMYK00.330.560.16
HSL25º59.41%60.39%-
HSV(B)25º56.07%83.92%-
XYZ39.7335.0515.26-
YUV159.2391.19167.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 144 (56.64% from 255) = 31.86%
BLUE value IS 94 (37.11% from 255) = 20.80%
R=47.35%
G=31.86%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141449400.330.560.162559.4160.39
HexD6905E0213810193b3c
Octal3262201360417020317374
Binary1101011010010000101111001000011110001000011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6905E; }

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

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

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

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

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

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

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

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