#624C1C

Color #624C1C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #624C1C

Tints of Bronze Olive #624C1C

Color information

#624C1C (or 0x624C1C) is unknown color: approx Bronze Olive. HEX triplet: 62, 4C and 1C. RGB value is (98,76,28). Sum of RGB (Red+Green+Blue) = 98+76+28=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #624C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C1C is #9DB3E3. Grayscale: #4D4D4D. Windows color (decimal): -10335204 or 1854562. OLE color: 1854562.

HSL color Cylindrical-coordinate representation of color #624C1C: hue angle of 41.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #624C1C is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB987628-
CMYK00.220.710.62
HSL41.14º55.56%24.71%-
HSV(B)41.14º71.43%38.43%-
XYZ7.837.852.2-
YUV77.11100.29142.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=48.51%
G=37.62%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98762800.220.710.6241.1455.5624.71
Hex624C1C016473E293819
Octal1421143402610776517031
Binary1100010100110011100010110100011111111010100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624C1C; }

 p { color: rgb(98,76,28); }

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

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

 a { background-color: rgb(98,76,28); }

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

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

 span { border-color: rgb(98,76,28); }

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