#C98D69

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

Shades of Whiskey #C98D69

Tints of Whiskey #C98D69

Color information

#C98D69 (or 0xC98D69) is unknown color: approx Whiskey. HEX triplet: C9, 8D and 69. RGB value is (201,141,105). Sum of RGB (Red+Green+Blue) = 201+141+105=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D69 is #367296. Grayscale: #9B9B9B. Windows color (decimal): -3568279 or 6917577. OLE color: 6917577.

HSL color Cylindrical-coordinate representation of color #C98D69: hue angle of 22.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C98D69 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB201141105-
CMYK00.300.480.21
HSL22.5º47.06%60%-
HSV(B)22.5º47.76%78.82%-
XYZ36.1632.4917.73-
YUV154.8499.88160.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=44.97%
G=31.54%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114110500.300.480.2122.547.0660
HexC98D6901E3015172f3c
Octal3112151510366025275774
Binary110010011000110111010010111101100001010110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D69; }

 p { color: rgb(201,141,105); }

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

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

 a { background-color: rgb(201,141,105); }

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

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

 span { border-color: rgb(201,141,105); }

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