#C6A174

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

Shades of Fallow #C6A174

Tints of Fallow #C6A174

Color information

#C6A174 (or 0xC6A174) is unknown color: approx Fallow. HEX triplet: C6, A1 and 74. RGB value is (198,161,116). Sum of RGB (Red+Green+Blue) = 198+161+116=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A174 is #395E8B. Grayscale: #A7A7A7. Windows color (decimal): -3759756 or 7643590. OLE color: 7643590.

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

Color convert

RGB198161116-
CMYK00.190.410.22
HSL32.93º41.84%61.57%-
HSV(B)32.93º41.41%77.65%-
XYZ39.1938.7621.94-
YUV166.9399.26150.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 116 (45.70% from 255) = 24.42%
R=41.68%
G=33.89%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816111600.190.410.2232.9341.8461.57
HexC6A1740132916212a3e
Octal3062411640235126415276
Binary1100011010100001111010001001110100110110100001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A174; }

 p { color: rgb(198,161,116); }

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

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

 a { background-color: rgb(198,161,116); }

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

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

 span { border-color: rgb(198,161,116); }

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