#C69066

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

Shades of Whiskey #C69066

Tints of Whiskey #C69066

Color information

#C69066 (or 0xC69066) is unknown color: approx Whiskey. HEX triplet: C6, 90 and 66. RGB value is (198,144,102). Sum of RGB (Red+Green+Blue) = 198+144+102=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C69066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69066 is #396F99. Grayscale: #9B9B9B. Windows color (decimal): -3764122 or 6721734. OLE color: 6721734.

HSL color Cylindrical-coordinate representation of color #C69066: hue angle of 26.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C69066 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB198144102-
CMYK00.270.480.22
HSL26.25º45.71%58.82%-
HSV(B)26.25º48.48%77.65%-
XYZ35.6632.9117.04-
YUV155.3697.89158.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.59%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=44.59%
G=32.43%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814410200.270.480.2226.2545.7158.82
HexC6906601B30161a2e3b
Octal3062201460336026325673
Binary110001101001000011001100110111100001011011010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69066; }

 p { color: rgb(198,144,102); }

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

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

 a { background-color: rgb(198,144,102); }

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

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

 span { border-color: rgb(198,144,102); }

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