#C69964

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

Shades of Fallow #C69964

Tints of Fallow #C69964

Color information

#C69964 (or 0xC69964) is unknown color: approx Fallow. HEX triplet: C6, 99 and 64. RGB value is (198,153,100). Sum of RGB (Red+Green+Blue) = 198+153+100=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C69964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69964 is #39669B. Grayscale: #A0A0A0. Windows color (decimal): -3761820 or 6592966. OLE color: 6592966.

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

Color convert

RGB198153100-
CMYK00.230.490.22
HSL32.45º46.23%58.43%-
HSV(B)32.45º49.49%77.65%-
XYZ36.9835.7117-
YUV160.4193.91154.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=43.90%
G=33.92%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815310000.230.490.2232.4546.2358.43
HexC699640173116202e3a
Octal3062311440276126405672
Binary1100011010011001110010001011111000110110100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69964; }

 p { color: rgb(198,153,100); }

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

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

 a { background-color: rgb(198,153,100); }

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

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

 span { border-color: rgb(198,153,100); }

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