Html Css Color HEX #625412 Bronze Olive

📋 copy color: '#625412'

red 98 ◦ green 84 ◦ blue 18

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

Shades of Bronze Olive #625412

Tints of Bronze Olive #625412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

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

R = 49%
G = 42%
B = 9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#625412 (or 0x625412) is known color: Bronze Olive. HEX triplet: 62, 54 and 12. RGB value is (98,84,18). Sum of RGB (Red+Green+Blue) = 98+84+18=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #625412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625412 is #9DABED. Grayscale: #505050. Windows color (decimal): -10333166 or 1201250. OLE color: 1201250.

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

Color convert

RGB 98 84 18 -
CMYK 0 0.14 0.82 0.62
HSL 49.5º 0.69% 0.23% -
HSV(B) 49.5º 0.82% 0.38% -
XYZ 8.32 8.98 1.87 -
YUV 80.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 98 84 18 0 0.14 0.82 0.62 49.5 0.69 0.23
Hex 62 54 12 0 E 52 3E 32 45 17
Octal 142 124 22 0 16 122 76 62 105 27
Binary 1100010 1010100 10010 0 1110 1010010 111110 110010 1000101 10111

Color Harmonies of #625412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625412

Black with #625412

Text Example


Text Example

White with #625412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625412; }

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

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

background-color css

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

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

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

border-color css

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

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

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