#C89664

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

Shades of Fallow #C89664

Tints of Fallow #C89664

Color information

#C89664 (or 0xC89664) is unknown color: approx Fallow. HEX triplet: C8, 96 and 64. RGB value is (200,150,100). Sum of RGB (Red+Green+Blue) = 200+150+100=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C89664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89664 is #37699B. Grayscale: #9F9F9F. Windows color (decimal): -3631516 or 6592200. OLE color: 6592200.

HSL color Cylindrical-coordinate representation of color #C89664: hue angle of 30º 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 #C89664 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB200150100-
CMYK00.250.50.22
HSL30º47.62%58.82%-
HSV(B)30º50%78.43%-
XYZ37.0335.0116.86-
YUV159.2594.56157.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015010000.250.50.223047.6258.82
HexC8966401932161e303b
Octal3102261440316226366073
Binary110010001001011011001000110011100101011011110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89664; }

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

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

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

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

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

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

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

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