Html Css Color HEX #625014 Bronze Olive

📋 copy color: '#625014'

red 98 ◦ green 80 ◦ blue 20

#625014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #625014

Tints of Bronze Olive #625014

RGB

 RED value IS 98 (38.67% from 255) = 49.49%

 GREEN value IS 80 (31.64% from 255) = 40.4%

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 49.49%
G = 40.4%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#625014 (or 0x625014) is known color: Bronze Olive. HEX triplet: 62, 50 and 14. RGB value is (98,80,20). Sum of RGB (Red+Green+Blue) = 98+80+20=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #625014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625014 is #9DAFEB. Grayscale: #4E4E4E. Windows color (decimal): -10334188 or 1331298. OLE color: 1331298.

HSL color Cylindrical-coordinate representation of color #625014: hue angle of 46.15º 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 #625014 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 20 -
CMYK 0 0.18 0.80 0.62
HSL 46.15º 0.66% 0.23% -
HSV(B) 46.15º 0.8% 0.38% -
XYZ 8.03 8.38 1.86 -
YUV 78.54 94.96 141.88 -
System Red Green Blue C M Y K H S L
Decimal 98 80 20 0 0.18 0.80 0.62 46.15 0.66 0.23
Hex 62 50 14 0 12 50 3E 2E 42 17
Octal 142 120 24 0 22 120 76 56 102 27
Binary 1100010 1010000 10100 0 10010 1010000 111110 101110 1000010 10111

Color Harmonies of #625014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625014

Black with #625014

Text Example


Text Example

White with #625014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625014; }

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

 H1.HeaderClassName
 {
   color: #625014;
 }
 .AnyTagClassName
 {
   color: #625014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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