#CD9061

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

Shades of Whiskey #CD9061

Tints of Whiskey #CD9061

Color information

#CD9061 (or 0xCD9061) is unknown color: approx Whiskey. HEX triplet: CD, 90 and 61. RGB value is (205,144,97). Sum of RGB (Red+Green+Blue) = 205+144+97=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9061 is #326F9E. Grayscale: #9D9D9D. Windows color (decimal): -3305375 or 6394061. OLE color: 6394061.

HSL color Cylindrical-coordinate representation of color #CD9061: hue angle of 26.11º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD9061 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20514497-
CMYK00.300.530.20
HSL26.11º51.92%59.22%-
HSV(B)26.11º52.68%80.39%-
XYZ37.3133.7915.86-
YUV156.8894.21162.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=45.96%
G=32.29%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051449700.300.530.2026.1151.9259.22
HexCD906101E35141a343b
Octal3152201410366524326473
Binary110011011001000011000010111101101011010011010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9061; }

 p { color: rgb(205,144,97); }

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

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

 a { background-color: rgb(205,144,97); }

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

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

 span { border-color: rgb(205,144,97); }

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