Html Css Color HEX #625614 Bronze Olive

📋 copy color: '#625614'

red 98 ◦ green 86 ◦ blue 20

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

Shades of Bronze Olive #625614

Tints of Bronze Olive #625614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 48.04%
G = 42.16%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#625614 (or 0x625614) is known color: Bronze Olive. HEX triplet: 62, 56 and 14. RGB value is (98,86,20). Sum of RGB (Red+Green+Blue) = 98+86+20=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #625614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625614 is #9DA9EB. Grayscale: #525252. Windows color (decimal): -10332652 or 1332834. OLE color: 1332834.

HSL color Cylindrical-coordinate representation of color #625614: hue angle of 50.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #625614 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 86 20 -
CMYK 0 0.12 0.80 0.62
HSL 50.77º 0.66% 0.23% -
HSV(B) 50.77º 0.8% 0.38% -
XYZ 8.49 9.3 2.01 -
YUV 82.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 98 86 20 0 0.12 0.80 0.62 50.77 0.66 0.23
Hex 62 56 14 0 C 50 3E 33 42 17
Octal 142 126 24 0 14 120 76 63 102 27
Binary 1100010 1010110 10100 0 1100 1010000 111110 110011 1000010 10111

Color Harmonies of #625614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625614

Black with #625614

Text Example


Text Example

White with #625614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625614; }

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

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

background-color css

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

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

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

border-color css

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

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

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