#D69661

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

Shades of Whiskey Sour #D69661

Tints of Whiskey Sour #D69661

Color information

#D69661 (or 0xD69661) is unknown color: approx Whiskey Sour. HEX triplet: D6, 96 and 61. RGB value is (214,150,97). Sum of RGB (Red+Green+Blue) = 214+150+97=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69661 is #29699E. Grayscale: #A3A3A3. Windows color (decimal): -2714015 or 6395606. OLE color: 6395606.

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

Color convert

RGB21415097-
CMYK00.300.550.16
HSL27.18º58.79%60.98%-
HSV(B)27.18º54.67%83.92%-
XYZ40.836.9716.3-
YUV163.0990.7164.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=46.42%
G=32.54%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141509700.300.550.1627.1858.7960.98
HexD6966101E37101b3b3d
Octal3262261410366720337375
Binary110101101001011011000010111101101111000011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69661; }

 p { color: rgb(214,150,97); }

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

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

 a { background-color: rgb(214,150,97); }

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

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

 span { border-color: rgb(214,150,97); }

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