#D69469

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

Shades of Whiskey #D69469

Tints of Whiskey #D69469

Color information

#D69469 (or 0xD69469) is unknown color: approx Whiskey. HEX triplet: D6, 94 and 69. RGB value is (214,148,105). Sum of RGB (Red+Green+Blue) = 214+148+105=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69469 is #296B96. Grayscale: #A3A3A3. Windows color (decimal): -2714519 or 6919382. OLE color: 6919382.

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

Color convert

RGB214148105-
CMYK00.310.510.16
HSL23.67º57.07%62.55%-
HSV(B)23.67º50.93%83.92%-
XYZ40.8736.518.25-
YUV162.8395.37164.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=45.82%
G=31.69%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414810500.310.510.1623.6757.0762.55
HexD6946901F331018393f
Octal3262241510376320307177
Binary110101101001010011010010111111100111000011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69469; }

 p { color: rgb(214,148,105); }

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

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

 a { background-color: rgb(214,148,105); }

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

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

 span { border-color: rgb(214,148,105); }

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