#C6946E

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

Shades of Fallow #C6946E

Tints of Fallow #C6946E

Color information

#C6946E (or 0xC6946E) is unknown color: approx Fallow. HEX triplet: C6, 94 and 6E. RGB value is (198,148,110). Sum of RGB (Red+Green+Blue) = 198+148+110=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6946E is #396B91. Grayscale: #9E9E9E. Windows color (decimal): -3763090 or 7247046. OLE color: 7247046.

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

Color convert

RGB198148110-
CMYK00.250.440.22
HSL25.91º43.56%60.39%-
HSV(B)25.91º44.44%77.65%-
XYZ36.6934.3119.44-
YUV158.62100.56156.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=43.42%
G=32.46%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814811000.250.440.2225.9143.5660.39
HexC6946E0192C161a2c3c
Octal3062241560315426325474
Binary110001101001010011011100110011011001011011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6946E; }

 p { color: rgb(198,148,110); }

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

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

 a { background-color: rgb(198,148,110); }

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

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

 span { border-color: rgb(198,148,110); }

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