Html Css Color HEX #625013 Bronze Olive

📋 copy color: '#625013'

red 98 ◦ green 80 ◦ blue 19

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

Shades of Bronze Olive #625013

Tints of Bronze Olive #625013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 49.75%
G = 40.61%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#625013 (or 0x625013) is known color: Bronze Olive. HEX triplet: 62, 50 and 13. RGB value is (98,80,19). Sum of RGB (Red+Green+Blue) = 98+80+19=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625013 is #9DAFEC. Grayscale: #4E4E4E. Windows color (decimal): -10334189 or 1265762. OLE color: 1265762.

HSL color Cylindrical-coordinate representation of color #625013: hue angle of 46.33º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #625013 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 19 -
CMYK 0 0.18 0.81 0.62
HSL 46.33º 0.68% 0.23% -
HSV(B) 46.33º 0.81% 0.38% -
XYZ 8.02 8.38 1.81 -
YUV 78.43 94.46 141.96 -
System Red Green Blue C M Y K H S L
Decimal 98 80 19 0 0.18 0.81 0.62 46.33 0.68 0.23
Hex 62 50 13 0 12 51 3E 2E 44 17
Octal 142 120 23 0 22 121 76 56 104 27
Binary 1100010 1010000 10011 0 10010 1010001 111110 101110 1000100 10111

Color Harmonies of #625013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625013

Black with #625013

Text Example


Text Example

White with #625013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625013; }

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

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

background-color css

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

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

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

border-color css

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

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

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