#C69263

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

Shades of Whiskey #C69263

Tints of Whiskey #C69263

Color information

#C69263 (or 0xC69263) is unknown color: approx Whiskey. HEX triplet: C6, 92 and 63. RGB value is (198,146,99). Sum of RGB (Red+Green+Blue) = 198+146+99=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C69263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69263 is #396D9C. Grayscale: #9C9C9C. Windows color (decimal): -3763613 or 6525638. OLE color: 6525638.

HSL color Cylindrical-coordinate representation of color #C69263: hue angle of 28.48º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C69263 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19814699-
CMYK00.260.500.22
HSL28.48º46.48%58.24%-
HSV(B)28.48º50%77.65%-
XYZ35.8233.4616.38-
YUV156.1995.73157.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=44.70%
G=32.96%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981469900.260.500.2228.4846.4858.24
HexC6926301A32161c2e3a
Octal3062221430326226345672
Binary110001101001001011000110110101100101011011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69263; }

 p { color: rgb(198,146,99); }

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

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

 a { background-color: rgb(198,146,99); }

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

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

 span { border-color: rgb(198,146,99); }

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