#C6956B

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

Shades of Fallow #C6956B

Tints of Fallow #C6956B

Color information

#C6956B (or 0xC6956B) is unknown color: approx Fallow. HEX triplet: C6, 95 and 6B. RGB value is (198,149,107). Sum of RGB (Red+Green+Blue) = 198+149+107=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6956B is #396A94. Grayscale: #9F9F9F. Windows color (decimal): -3762837 or 7050694. OLE color: 7050694.

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

Color convert

RGB198149107-
CMYK00.250.460.22
HSL27.69º44.39%59.8%-
HSV(B)27.69º45.96%77.65%-
XYZ36.6934.5618.65-
YUV158.8698.73155.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=43.61%
G=32.82%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814910700.250.460.2227.6944.3959.8
HexC6956B0192E161c2c3c
Octal3062251530315626345474
Binary110001101001010111010110110011011101011011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6956B; }

 p { color: rgb(198,149,107); }

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

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

 a { background-color: rgb(198,149,107); }

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

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

 span { border-color: rgb(198,149,107); }

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