#624E14

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

Shades of Bronze Olive #624E14

Tints of Bronze Olive #624E14

Color information

#624E14 (or 0x624E14) is unknown color: approx Bronze Olive. HEX triplet: 62, 4E and 14. RGB value is (98,78,20). Sum of RGB (Red+Green+Blue) = 98+78+20=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #624E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624E14 is #9DB1EB. Grayscale: #4D4D4D. Windows color (decimal): -10334700 or 1330786. OLE color: 1330786.

HSL color Cylindrical-coordinate representation of color #624E14: hue angle of 44.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624E14 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB987820-
CMYK00.200.800.62
HSL44.62º66.1%23.14%-
HSV(B)44.62º79.59%38.43%-
XYZ7.898.11.81-
YUV77.3795.63142.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=50%
G=39.80%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98782000.200.800.6244.6266.123.14
Hex624E14014503E2d4217
Octal14211624024120765510227
Binary11000101001110101000101001010000111110101101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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