Html Css Color HEX #625113 Bronze Olive

📋 copy color: '#625113'

red 98 ◦ green 81 ◦ blue 19

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

Shades of Bronze Olive #625113

Tints of Bronze Olive #625113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.91%

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

R = 49.49%
G = 40.91%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#625113 (or 0x625113) is known color: Bronze Olive. HEX triplet: 62, 51 and 13. RGB value is (98,81,19). Sum of RGB (Red+Green+Blue) = 98+81+19=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #625113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625113 is #9DAEEC. Grayscale: #4F4F4F. Windows color (decimal): -10333933 or 1266018. OLE color: 1266018.

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

Color convert

RGB 98 81 19 -
CMYK 0 0.17 0.81 0.62
HSL 47.09º 0.68% 0.23% -
HSV(B) 47.09º 0.81% 0.38% -
XYZ 8.1 8.53 1.84 -
YUV 79.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 98 81 19 0 0.17 0.81 0.62 47.09 0.68 0.23
Hex 62 51 13 0 11 51 3E 2F 44 17
Octal 142 121 23 0 21 121 76 57 104 27
Binary 1100010 1010001 10011 0 10001 1010001 111110 101111 1000100 10111

Color Harmonies of #625113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625113

Black with #625113

Text Example


Text Example

White with #625113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625113; }

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

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

background-color css

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

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

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

border-color css

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

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

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