Html Css Color HEX #625612 Bronze Olive

📋 copy color: '#625612'

red 98 ◦ green 86 ◦ blue 18

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

Shades of Bronze Olive #625612

Tints of Bronze Olive #625612

RGB

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

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

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

R = 48.51%
G = 42.57%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#625612 (or 0x625612) is known color: Bronze Olive. HEX triplet: 62, 56 and 12. RGB value is (98,86,18). Sum of RGB (Red+Green+Blue) = 98+86+18=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #625612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625612 is #9DA9ED. Grayscale: #525252. Windows color (decimal): -10332654 or 1201762. OLE color: 1201762.

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

Color convert

RGB 98 86 18 -
CMYK 0 0.12 0.82 0.62
HSL 51º 0.69% 0.23% -
HSV(B) 51º 0.82% 0.38% -
XYZ 8.47 9.3 1.92 -
YUV 81.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 98 86 18 0 0.12 0.82 0.62 51 0.69 0.23
Hex 62 56 12 0 C 52 3E 33 45 17
Octal 142 126 22 0 14 122 76 63 105 27
Binary 1100010 1010110 10010 0 1100 1010010 111110 110011 1000101 10111

Color Harmonies of #625612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625612

Black with #625612

Text Example


Text Example

White with #625612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625612; }

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

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

background-color css

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

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

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

border-color css

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

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

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