#624E1E

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

Shades of Bronze Olive #624E1E

Tints of Bronze Olive #624E1E

Color information

#624E1E (or 0x624E1E) is unknown color: approx Bronze Olive. HEX triplet: 62, 4E and 1E. RGB value is (98,78,30). Sum of RGB (Red+Green+Blue) = 98+78+30=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #624E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E1E is #9DB1E1. Grayscale: #4E4E4E. Windows color (decimal): -10334690 or 1986146. OLE color: 1986146.

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

Color convert

RGB987830-
CMYK00.200.690.62
HSL42.35º53.12%25.1%-
HSV(B)42.35º69.39%38.43%-
XYZ88.142.38-
YUV78.51100.63141.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=47.57%
G=37.86%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98783000.200.690.6242.3553.1225.1
Hex624E1E014453E2a3519
Octal1421163602410576526531
Binary1100010100111011110010100100010111111010101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,78,30); }

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

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

 a { background-color: rgb(98,78,30); }

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

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

 span { border-color: rgb(98,78,30); }

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