#D69965

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

Shades of Whiskey #D69965

Tints of Whiskey #D69965

Color information

#D69965 (or 0xD69965) is unknown color: approx Whiskey. HEX triplet: D6, 99 and 65. RGB value is (214,153,101). Sum of RGB (Red+Green+Blue) = 214+153+101=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D69965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69965 is #29669A. Grayscale: #A5A5A5. Windows color (decimal): -2713243 or 6658518. OLE color: 6658518.

HSL color Cylindrical-coordinate representation of color #D69965: hue angle of 27.61º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69965 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214153101-
CMYK00.290.530.16
HSL27.61º57.95%61.76%-
HSV(B)27.61º52.8%83.92%-
XYZ41.4738.0217.46-
YUV165.3191.71162.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.73%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=45.73%
G=32.69%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415310100.290.530.1627.6157.9561.76
HexD6996501D35101c3a3e
Octal3262311450356520347276
Binary110101101001100111001010111011101011000011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69965; }

 p { color: rgb(214,153,101); }

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

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

 a { background-color: rgb(214,153,101); }

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

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

 span { border-color: rgb(214,153,101); }

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