#C69638

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

Shades of Anzac #C69638

Tints of Anzac #C69638

Color information

#C69638 (or 0xC69638) is unknown color: approx Anzac. HEX triplet: C6, 96 and 38. RGB value is (198,150,56). Sum of RGB (Red+Green+Blue) = 198+150+56=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C69638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69638 is #3969C7. Grayscale: #9A9A9A. Windows color (decimal): -3762632 or 3708614. OLE color: 3708614.

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

Color convert

RGB19815056-
CMYK00.240.720.22
HSL39.72º55.91%49.8%-
HSV(B)39.72º71.72%77.65%-
XYZ34.9134.18.48-
YUV153.6472.9159.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.01%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 56 (22.27% from 255) = 13.86%
R=49.01%
G=37.13%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981505600.240.720.2239.7255.9149.8
HexC696380184816283832
Octal3062267003011026507062
Binary1100011010010110111000011000100100010110101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69638; }

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

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

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

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

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

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

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

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