Html Css Color HEX #625613 Bronze Olive

📋 copy color: '#625613'

red 98 ◦ green 86 ◦ blue 19

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

Shades of Bronze Olive #625613

Tints of Bronze Olive #625613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

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

R = 48.28%
G = 42.36%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#625613 (or 0x625613) is known color: Bronze Olive. HEX triplet: 62, 56 and 13. RGB value is (98,86,19). Sum of RGB (Red+Green+Blue) = 98+86+19=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #625613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625613 is #9DA9EC. Grayscale: #525252. Windows color (decimal): -10332653 or 1267298. OLE color: 1267298.

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

Color convert

RGB 98 86 19 -
CMYK 0 0.12 0.81 0.62
HSL 50.89º 0.68% 0.23% -
HSV(B) 50.89º 0.81% 0.38% -
XYZ 8.48 9.3 1.96 -
YUV 81.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 98 86 19 0 0.12 0.81 0.62 50.89 0.68 0.23
Hex 62 56 13 0 C 51 3E 33 44 17
Octal 142 126 23 0 14 121 76 63 104 27
Binary 1100010 1010110 10011 0 1100 1010001 111110 110011 1000100 10111

Color Harmonies of #625613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625613

Black with #625613

Text Example


Text Example

White with #625613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625613; }

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

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

background-color css

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

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

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

border-color css

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

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

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