#C69369

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

Shades of Fallow #C69369

Tints of Fallow #C69369

Color information

#C69369 (or 0xC69369) is unknown color: approx Fallow. HEX triplet: C6, 93 and 69. RGB value is (198,147,105). Sum of RGB (Red+Green+Blue) = 198+147+105=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C69369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69369 is #396C96. Grayscale: #9D9D9D. Windows color (decimal): -3763351 or 6919110. OLE color: 6919110.

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

Color convert

RGB198147105-
CMYK00.260.470.22
HSL27.1º44.93%59.41%-
HSV(B)27.1º46.97%77.65%-
XYZ36.2733.8917.99-
YUV157.4698.4156.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 105 (41.41% from 255) = 23.33%
R=44%
G=32.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814710500.260.470.2227.144.9359.41
HexC6936901A2F161b2d3b
Octal3062231510325726335573
Binary110001101001001111010010110101011111011011011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69369; }

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

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

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

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

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

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

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

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