#C69563

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

Shades of Fallow #C69563

Tints of Fallow #C69563

Color information

#C69563 (or 0xC69563) is unknown color: approx Fallow. HEX triplet: C6, 95 and 63. RGB value is (198,149,99). Sum of RGB (Red+Green+Blue) = 198+149+99=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69563 is #396A9C. Grayscale: #9E9E9E. Windows color (decimal): -3762845 or 6526406. OLE color: 6526406.

HSL color Cylindrical-coordinate representation of color #C69563: hue angle of 30.3º 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 #C69563 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19814999-
CMYK00.250.500.22
HSL30.3º46.48%58.24%-
HSV(B)30.3º50%77.65%-
XYZ36.2934.416.53-
YUV157.9594.73156.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=44.39%
G=33.41%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981499900.250.500.2230.346.4858.24
HexC6956301932161e2e3a
Octal3062251430316226365672
Binary110001101001010111000110110011100101011011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69563; }

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

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

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

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

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

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

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

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