#C69A75

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

Shades of Fallow #C69A75

Tints of Fallow #C69A75

Color information

#C69A75 (or 0xC69A75) is unknown color: approx Fallow. HEX triplet: C6, 9A and 75. RGB value is (198,154,117). Sum of RGB (Red+Green+Blue) = 198+154+117=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A75 is #39658A. Grayscale: #A3A3A3. Windows color (decimal): -3761547 or 7707334. OLE color: 7707334.

HSL color Cylindrical-coordinate representation of color #C69A75: hue angle of 27.41º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C69A75 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198154117-
CMYK00.220.410.22
HSL27.41º41.54%61.76%-
HSV(B)27.41º40.91%77.65%-
XYZ38.0636.421.85-
YUV162.94102.08153.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 117 (46.09% from 255) = 24.95%
R=42.22%
G=32.84%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815411700.220.410.2227.4141.5461.76
HexC69A7501629161b2a3e
Octal3062321650265126335276
Binary110001101001101011101010101101010011011011011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69A75; }

 p { color: rgb(198,154,117); }

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

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

 a { background-color: rgb(198,154,117); }

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

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

 span { border-color: rgb(198,154,117); }

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