Html Css Color HEX #62500E Bronze Olive

📋 copy color: '#62500E'

red 98 ◦ green 80 ◦ blue 14

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

Shades of Bronze Olive #62500E

Tints of Bronze Olive #62500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.29%

R = 51.04%
G = 41.67%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#62500E (or 0x62500E) is known color: Bronze Olive. HEX triplet: 62, 50 and 0E. RGB value is (98,80,14). Sum of RGB (Red+Green+Blue) = 98+80+14=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62500E is #9DAFF1. Grayscale: #4E4E4E. Windows color (decimal): -10334194 or 938082. OLE color: 938082.

HSL color Cylindrical-coordinate representation of color #62500E: hue angle of 47.14º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62500E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 14 -
CMYK 0 0.18 0.86 0.62
HSL 47.14º 0.75% 0.22% -
HSV(B) 47.14º 0.86% 0.38% -
XYZ 7.98 8.37 1.61 -
YUV 77.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 98 80 14 0 0.18 0.86 0.62 47.14 0.75 0.22
Hex 62 50 E 0 12 56 3E 2F 4B 16
Octal 142 120 16 0 22 126 76 57 113 26
Binary 1100010 1010000 1110 0 10010 1010110 111110 101111 1001011 10110

Color Harmonies of #62500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62500E

Black with #62500E

Text Example


Text Example

White with #62500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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