#C68D43

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

Shades of Anzac #C68D43

Tints of Anzac #C68D43

Color information

#C68D43 (or 0xC68D43) is unknown color: approx Anzac. HEX triplet: C6, 8D and 43. RGB value is (198,141,67). Sum of RGB (Red+Green+Blue) = 198+141+67=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D43 is #3972BC. Grayscale: #959595. Windows color (decimal): -3764925 or 4427206. OLE color: 4427206.

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

Color convert

RGB19814167-
CMYK00.290.660.22
HSL33.89º53.47%51.96%-
HSV(B)33.89º66.16%77.65%-
XYZ33.8331.469.6-
YUV149.6181.38162.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 67 (26.56% from 255) = 16.50%
R=48.77%
G=34.73%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981416700.290.660.2233.8953.4751.96
HexC68D4301D4216223534
Octal30621510303510226426564
Binary11000110100011011000011011101100001010110100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D43; }

 p { color: rgb(198,141,67); }

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

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

 a { background-color: rgb(198,141,67); }

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

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

 span { border-color: rgb(198,141,67); }

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