#C6976A

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

Shades of Fallow #C6976A

Tints of Fallow #C6976A

Color information

#C6976A (or 0xC6976A) is unknown color: approx Fallow. HEX triplet: C6, 97 and 6A. RGB value is (198,151,106). Sum of RGB (Red+Green+Blue) = 198+151+106=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6976A is #396895. Grayscale: #A0A0A0. Windows color (decimal): -3762326 or 6985670. OLE color: 6985670.

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

Color convert

RGB198151106-
CMYK00.240.460.22
HSL29.35º44.66%59.61%-
HSV(B)29.35º46.46%77.65%-
XYZ36.9635.1818.48-
YUV159.9297.57155.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=43.52%
G=33.19%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815110600.240.460.2229.3544.6659.61
HexC6976A0182E161d2d3c
Octal3062271520305626355574
Binary110001101001011111010100110001011101011011101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6976A; }

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

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

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

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

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

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

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

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