Html Css Color HEX #625112 Bronze Olive

📋 copy color: '#625112'

red 98 ◦ green 81 ◦ blue 18

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

Shades of Bronze Olive #625112

Tints of Bronze Olive #625112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 49.75%
G = 41.12%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#625112 (or 0x625112) is known color: Bronze Olive. HEX triplet: 62, 51 and 12. RGB value is (98,81,18). Sum of RGB (Red+Green+Blue) = 98+81+18=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625112 is #9DAEED. Grayscale: #4F4F4F. Windows color (decimal): -10333934 or 1200482. OLE color: 1200482.

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

Color convert

RGB 98 81 18 -
CMYK 0 0.17 0.82 0.62
HSL 47.25º 0.69% 0.23% -
HSV(B) 47.25º 0.82% 0.38% -
XYZ 8.09 8.53 1.79 -
YUV 78.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 98 81 18 0 0.17 0.82 0.62 47.25 0.69 0.23
Hex 62 51 12 0 11 52 3E 2F 45 17
Octal 142 121 22 0 21 122 76 57 105 27
Binary 1100010 1010001 10010 0 10001 1010010 111110 101111 1000101 10111

Color Harmonies of #625112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625112

Black with #625112

Text Example


Text Example

White with #625112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625112; }

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

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

background-color css

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

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

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

border-color css

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

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

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