#C69D3C

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

Shades of Anzac #C69D3C

Tints of Anzac #C69D3C

Color information

#C69D3C (or 0xC69D3C) is unknown color: approx Anzac. HEX triplet: C6, 9D and 3C. RGB value is (198,157,60). Sum of RGB (Red+Green+Blue) = 198+157+60=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D3C is #3962C3. Grayscale: #9E9E9E. Windows color (decimal): -3760836 or 3972550. OLE color: 3972550.

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

Color convert

RGB19815760-
CMYK00.210.700.22
HSL42.17º54.76%50.59%-
HSV(B)42.17º69.7%77.65%-
XYZ36.1636.459.4-
YUV158.272.58156.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 60 (23.83% from 255) = 14.46%
R=47.71%
G=37.83%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981576000.210.700.2242.1754.7650.59
HexC69D3C01546162a3733
Octal3062357402510626526763
Binary1100011010011101111100010101100011010110101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D3C; }

 p { color: rgb(198,157,60); }

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

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

 a { background-color: rgb(198,157,60); }

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

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

 span { border-color: rgb(198,157,60); }

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