#C69141

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

Shades of Anzac #C69141

Tints of Anzac #C69141

Color information

#C69141 (or 0xC69141) is unknown color: approx Anzac. HEX triplet: C6, 91 and 41. RGB value is (198,145,65). Sum of RGB (Red+Green+Blue) = 198+145+65=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C69141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69141 is #396EBE. Grayscale: #989898. Windows color (decimal): -3763903 or 4297158. OLE color: 4297158.

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

Color convert

RGB19814565-
CMYK00.270.670.22
HSL36.09º53.85%51.57%-
HSV(B)36.09º67.17%77.65%-
XYZ34.3732.649.49-
YUV151.7379.06161-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.53%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 65 (25.78% from 255) = 15.93%
R=48.53%
G=35.54%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981456500.270.670.2236.0953.8551.57
HexC6914101B4316243634
Octal30622110103310326446664
Binary11000110100100011000001011011100001110110100100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69141; }

 p { color: rgb(198,145,65); }

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

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

 a { background-color: rgb(198,145,65); }

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

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

 span { border-color: rgb(198,145,65); }

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