#C6976E

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

Shades of Fallow #C6976E

Tints of Fallow #C6976E

Color information

#C6976E (or 0xC6976E) is unknown color: approx Fallow. HEX triplet: C6, 97 and 6E. RGB value is (198,151,110). Sum of RGB (Red+Green+Blue) = 198+151+110=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6976E is #396891. Grayscale: #A0A0A0. Windows color (decimal): -3762322 or 7247814. OLE color: 7247814.

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

Color convert

RGB198151110-
CMYK00.240.440.22
HSL27.95º43.56%60.39%-
HSV(B)27.95º44.44%77.65%-
XYZ37.1735.2619.6-
YUV160.3899.57154.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=43.14%
G=32.90%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815111000.240.440.2227.9543.5660.39
HexC6976E0182C161c2c3c
Octal3062271560305426345474
Binary110001101001011111011100110001011001011011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6976E; }

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

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

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

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

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

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

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

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