#C69569

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

Shades of Fallow #C69569

Tints of Fallow #C69569

Color information

#C69569 (or 0xC69569) is unknown color: approx Fallow. HEX triplet: C6, 95 and 69. RGB value is (198,149,105). Sum of RGB (Red+Green+Blue) = 198+149+105=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C69569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69569 is #396A96. Grayscale: #9E9E9E. Windows color (decimal): -3762839 or 6919622. OLE color: 6919622.

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

Color convert

RGB198149105-
CMYK00.250.470.22
HSL28.39º44.93%59.41%-
HSV(B)28.39º46.97%77.65%-
XYZ36.5934.5218.1-
YUV158.6497.73156.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=43.81%
G=32.96%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814910500.250.470.2228.3944.9359.41
HexC695690192F161c2d3b
Octal3062251510315726345573
Binary110001101001010111010010110011011111011011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69569; }

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

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

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

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

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

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

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

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