#C68D38

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

Shades of Anzac #C68D38

Tints of Anzac #C68D38

Color information

#C68D38 (or 0xC68D38) is unknown color: approx Anzac. HEX triplet: C6, 8D and 38. RGB value is (198,141,56). Sum of RGB (Red+Green+Blue) = 198+141+56=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D38 is #3972C7. Grayscale: #949494. Windows color (decimal): -3764936 or 3706310. OLE color: 3706310.

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

Color convert

RGB19814156-
CMYK00.290.720.22
HSL35.92º55.91%49.8%-
HSV(B)35.92º71.72%77.65%-
XYZ33.5331.348.02-
YUV148.3575.88163.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 56 (22.27% from 255) = 14.18%
R=50.13%
G=35.70%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981415600.290.720.2235.9255.9149.8
HexC68D3801D4816243832
Octal3062157003511026447062
Binary1100011010001101111000011101100100010110100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D38; }

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

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

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

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

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

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

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

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