#c89646

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

Shades of Anzac #C89646

Tints of Anzac #C89646

Color information

#C89646 (or 0xC89646) is unknown color: approx Anzac. HEX triplet: C8, 96 and 46. RGB value is (200,150,70). Sum of RGB (Red+Green+Blue) = 200+150+70=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C89646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89646 is #3769B9. Grayscale: #9C9C9C. Windows color (decimal): -3631546 or 4626120. OLE color: 4626120.

HSL color Cylindrical-coordinate representation of color #C89646: hue angle of 36.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C89646 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB20015070-
CMYK00.250.650.22
HSL36.92º54.17%52.94%-
HSV(B)36.92º65%78.43%-
XYZ35.8334.5310.57-
YUV155.8379.56159.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 16.67%
R=47.62%
G=35.71%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001507000.250.650.2236.9254.1752.94
HexC896460194116253635
Octal31022610603110126456665
Binary11001000100101101000110011001100000110110100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c89646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c89646; }

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

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

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

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

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

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

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

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