#624A1B

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

Shades of Bronze Olive #624A1B

Tints of Bronze Olive #624A1B

Color information

#624A1B (or 0x624A1B) is unknown color: approx Bronze Olive. HEX triplet: 62, 4A and 1B. RGB value is (98,74,27). Sum of RGB (Red+Green+Blue) = 98+74+27=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #624A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A1B is #9DB5E4. Grayscale: #4C4C4C. Windows color (decimal): -10335717 or 1788514. OLE color: 1788514.

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

Color convert

RGB987427-
CMYK00.240.720.62
HSL39.72º56.8%24.51%-
HSV(B)39.72º72.45%38.43%-
XYZ7.687.572.09-
YUV75.82100.45143.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.25%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=49.25%
G=37.19%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98742700.240.720.6239.7256.824.51
Hex624A1B018483E283919
Octal1421123303011076507131
Binary1100010100101011011011000100100011111010100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,74,27); }

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

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

 a { background-color: rgb(98,74,27); }

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

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

 span { border-color: rgb(98,74,27); }

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