#C69E60

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

Shades of Fallow #C69E60

Tints of Fallow #C69E60

Color information

#C69E60 (or 0xC69E60) is unknown color: approx Fallow. HEX triplet: C6, 9E and 60. RGB value is (198,158,96). Sum of RGB (Red+Green+Blue) = 198+158+96=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E60 is #39619F. Grayscale: #A3A3A3. Windows color (decimal): -3760544 or 6332102. OLE color: 6332102.

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

Color convert

RGB19815896-
CMYK00.200.520.22
HSL36.47º47.22%57.65%-
HSV(B)36.47º51.52%77.65%-
XYZ37.6337.316.28-
YUV162.8990.25153.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 158 (62.11% from 255) = 34.96%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=43.81%
G=34.96%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981589600.200.520.2236.4747.2257.65
HexC69E600143416242f3a
Octal3062361400246426445772
Binary1100011010011110110000001010011010010110100100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69E60; }

 p { color: rgb(198,158,96); }

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

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

 a { background-color: rgb(198,158,96); }

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

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

 span { border-color: rgb(198,158,96); }

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