#C89964

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

Shades of Fallow #C89964

Tints of Fallow #C89964

Color information

#C89964 (or 0xC89964) is unknown color: approx Fallow. HEX triplet: C8, 99 and 64. RGB value is (200,153,100). Sum of RGB (Red+Green+Blue) = 200+153+100=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C89964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89964 is #37669B. Grayscale: #A1A1A1. Windows color (decimal): -3630748 or 6592968. OLE color: 6592968.

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

Color convert

RGB200153100-
CMYK00.240.50.22
HSL31.8º47.62%58.82%-
HSV(B)31.8º50%78.43%-
XYZ37.5135.9817.02-
YUV161.0193.57155.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=44.15%
G=33.77%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015310000.240.50.2231.847.6258.82
HexC89964018321620303b
Octal3102311440306226406073
Binary1100100010011001110010001100011001010110100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89964; }

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

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

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

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

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

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

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

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