#C69C39

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

Shades of Anzac #C69C39

Tints of Anzac #C69C39

Color information

#C69C39 (or 0xC69C39) is unknown color: approx Anzac. HEX triplet: C6, 9C and 39. RGB value is (198,156,57). Sum of RGB (Red+Green+Blue) = 198+156+57=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C39 is #3963C6. Grayscale: #9D9D9D. Windows color (decimal): -3761095 or 3775686. OLE color: 3775686.

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

Color convert

RGB19815657-
CMYK00.210.710.22
HSL42.13º55.29%50%-
HSV(B)42.13º71.21%77.65%-
XYZ35.9236.088.94-
YUV157.2771.41157.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 57 (22.66% from 255) = 13.87%
R=48.18%
G=37.96%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981565700.210.710.2242.1355.2950
HexC69C3901547162a3732
Octal3062347102510726526762
Binary1100011010011100111001010101100011110110101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C39; }

 p { color: rgb(198,156,57); }

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

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

 a { background-color: rgb(198,156,57); }

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

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

 span { border-color: rgb(198,156,57); }

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