#C69467

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

Shades of Fallow #C69467

Tints of Fallow #C69467

Color information

#C69467 (or 0xC69467) is unknown color: approx Fallow. HEX triplet: C6, 94 and 67. RGB value is (198,148,103). Sum of RGB (Red+Green+Blue) = 198+148+103=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C69467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69467 is #396B98. Grayscale: #9E9E9E. Windows color (decimal): -3763097 or 6788294. OLE color: 6788294.

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

Color convert

RGB198148103-
CMYK00.250.480.22
HSL28.42º45.45%59.02%-
HSV(B)28.42º47.98%77.65%-
XYZ36.3334.1617.51-
YUV157.8297.06156.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=44.10%
G=32.96%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814810300.250.480.2228.4245.4559.02
HexC6946701930161c2d3b
Octal3062241470316026345573
Binary110001101001010011001110110011100001011011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69467; }

 p { color: rgb(198,148,103); }

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

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

 a { background-color: rgb(198,148,103); }

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

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

 span { border-color: rgb(198,148,103); }

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