#C6986A

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

Shades of Fallow #C6986A

Tints of Fallow #C6986A

Color information

#C6986A (or 0xC6986A) is unknown color: approx Fallow. HEX triplet: C6, 98 and 6A. RGB value is (198,152,106). Sum of RGB (Red+Green+Blue) = 198+152+106=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6986A is #396795. Grayscale: #A0A0A0. Windows color (decimal): -3762070 or 6985926. OLE color: 6985926.

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

Color convert

RGB198152106-
CMYK00.230.460.22
HSL30º44.66%59.61%-
HSV(B)30º46.46%77.65%-
XYZ37.1235.518.53-
YUV160.5197.24154.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=43.42%
G=33.33%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815210600.230.460.223044.6659.61
HexC6986A0172E161e2d3c
Octal3062301520275626365574
Binary110001101001100011010100101111011101011011110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6986A; }

 p { color: rgb(198,152,106); }

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

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

 a { background-color: rgb(198,152,106); }

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

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

 span { border-color: rgb(198,152,106); }

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