#C69871

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

Shades of Fallow #C69871

Tints of Fallow #C69871

Color information

#C69871 (or 0xC69871) is unknown color: approx Fallow. HEX triplet: C6, 98 and 71. RGB value is (198,152,113). Sum of RGB (Red+Green+Blue) = 198+152+113=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69871 is #39678E. Grayscale: #A1A1A1. Windows color (decimal): -3762063 or 7444678. OLE color: 7444678.

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

Color convert

RGB198152113-
CMYK00.230.430.22
HSL27.53º42.71%60.98%-
HSV(B)27.53º42.93%77.65%-
XYZ37.535.6520.53-
YUV161.31100.74154.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=42.76%
G=32.83%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815211300.230.430.2227.5342.7160.98
HexC698710172B161c2b3d
Octal3062301610275326345375
Binary110001101001100011100010101111010111011011100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69871; }

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

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

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

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

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

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

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

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