#C69866

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

Shades of Fallow #C69866

Tints of Fallow #C69866

Color information

#C69866 (or 0xC69866) is unknown color: approx Fallow. HEX triplet: C6, 98 and 66. RGB value is (198,152,102). Sum of RGB (Red+Green+Blue) = 198+152+102=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C69866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69866 is #396799. Grayscale: #A0A0A0. Windows color (decimal): -3762074 or 6723782. OLE color: 6723782.

HSL color Cylindrical-coordinate representation of color #C69866: hue angle of 31.25º degrees, saturation: 0.46, 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 #C69866 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB198152102-
CMYK00.230.480.22
HSL31.25º45.71%58.82%-
HSV(B)31.25º48.48%77.65%-
XYZ36.9235.4217.46-
YUV160.0595.24155.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=43.81%
G=33.63%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815210200.230.480.2231.2545.7158.82
HexC6986601730161f2e3b
Octal3062301460276026375673
Binary110001101001100011001100101111100001011011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69866; }

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

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

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

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

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

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

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

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