#C69468

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

Shades of Fallow #C69468

Tints of Fallow #C69468

Color information

#C69468 (or 0xC69468) is unknown color: approx Fallow. HEX triplet: C6, 94 and 68. RGB value is (198,148,104). Sum of RGB (Red+Green+Blue) = 198+148+104=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C69468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69468 is #396B97. Grayscale: #9E9E9E. Windows color (decimal): -3763096 or 6853830. OLE color: 6853830.

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

Color convert

RGB198148104-
CMYK00.250.470.22
HSL28.09º45.19%59.22%-
HSV(B)28.09º47.47%77.65%-
XYZ36.3834.1917.78-
YUV157.9397.56156.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=44%
G=32.89%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814810400.250.470.2228.0945.1959.22
HexC694680192F161c2d3b
Octal3062241500315726345573
Binary110001101001010011010000110011011111011011100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69468; }

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

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

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

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

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

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

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

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