#C69138

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

Shades of Anzac #C69138

Tints of Anzac #C69138

Color information

#C69138 (or 0xC69138) is unknown color: approx Anzac. HEX triplet: C6, 91 and 38. RGB value is (198,145,56). Sum of RGB (Red+Green+Blue) = 198+145+56=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C69138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69138 is #396EC7. Grayscale: #979797. Windows color (decimal): -3763912 or 3707334. OLE color: 3707334.

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

Color convert

RGB19814556-
CMYK00.270.720.22
HSL37.61º55.91%49.8%-
HSV(B)37.61º71.72%77.65%-
XYZ34.1332.548.22-
YUV150.774.56161.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 56 (22.27% from 255) = 14.04%
R=49.62%
G=36.34%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981455600.270.720.2237.6155.9149.8
HexC6913801B4816263832
Octal3062217003311026467062
Binary1100011010010001111000011011100100010110100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69138; }

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

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

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

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

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

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

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

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