Html Css Color HEX #625616 Bronze Olive

📋 copy color: '#625616'

red 98 ◦ green 86 ◦ blue 22

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

Shades of Bronze Olive #625616

Tints of Bronze Olive #625616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 47.57%
G = 41.75%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#625616 (or 0x625616) is known color: Bronze Olive. HEX triplet: 62, 56 and 16. RGB value is (98,86,22). Sum of RGB (Red+Green+Blue) = 98+86+22=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #625616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625616 is #9DA9E9. Grayscale: #525252. Windows color (decimal): -10332650 or 1463906. OLE color: 1463906.

HSL color Cylindrical-coordinate representation of color #625616: hue angle of 50.53º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #625616 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 86 22 -
CMYK 0 0.12 0.78 0.62
HSL 50.53º 0.63% 0.24% -
HSV(B) 50.53º 0.78% 0.38% -
XYZ 8.51 9.31 2.11 -
YUV 82.29 93.98 139.2 -
System Red Green Blue C M Y K H S L
Decimal 98 86 22 0 0.12 0.78 0.62 50.53 0.63 0.24
Hex 62 56 16 0 C 4E 3E 33 3F 18
Octal 142 126 26 0 14 116 76 63 77 30
Binary 1100010 1010110 10110 0 1100 1001110 111110 110011 111111 11000

Color Harmonies of #625616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625616

Black with #625616

Text Example


Text Example

White with #625616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625616; }

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

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

background-color css

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

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

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

border-color css

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

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

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