#C69365

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

Shades of Fallow #C69365

Tints of Fallow #C69365

Color information

#C69365 (or 0xC69365) is unknown color: approx Fallow. HEX triplet: C6, 93 and 65. RGB value is (198,147,101). Sum of RGB (Red+Green+Blue) = 198+147+101=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69365 is #396C9A. Grayscale: #9D9D9D. Windows color (decimal): -3763355 or 6656966. OLE color: 6656966.

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

Color convert

RGB198147101-
CMYK00.260.490.22
HSL28.45º45.97%58.63%-
HSV(B)28.45º48.99%77.65%-
XYZ36.0733.8116.94-
YUV15796.4157.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=44.39%
G=32.96%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814710100.260.490.2228.4545.9758.63
HexC6936501A31161c2e3b
Octal3062231450326126345673
Binary110001101001001111001010110101100011011011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69365; }

 p { color: rgb(198,147,101); }

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

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

 a { background-color: rgb(198,147,101); }

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

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

 span { border-color: rgb(198,147,101); }

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