#C69671

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

Shades of Fallow #C69671

Tints of Fallow #C69671

Color information

#C69671 (or 0xC69671) is unknown color: approx Fallow. HEX triplet: C6, 96 and 71. RGB value is (198,150,113). Sum of RGB (Red+Green+Blue) = 198+150+113=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C69671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69671 is #39698E. Grayscale: #A0A0A0. Windows color (decimal): -3762575 or 7444166. OLE color: 7444166.

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

Color convert

RGB198150113-
CMYK00.240.430.22
HSL26.12º42.71%60.98%-
HSV(B)26.12º42.93%77.65%-
XYZ37.1835.0120.42-
YUV160.13101.4155.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=42.95%
G=32.54%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815011300.240.430.2226.1242.7160.98
HexC696710182B161a2b3d
Octal3062261610305326325375
Binary110001101001011011100010110001010111011011010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69671; }

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

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

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

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

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

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

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

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