Html Css Color HEX #625211 Bronze Olive

📋 copy color: '#625211'

red 98 ◦ green 82 ◦ blue 17

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

Shades of Bronze Olive #625211

Tints of Bronze Olive #625211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 49.75%
G = 41.62%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#625211 (or 0x625211) is known color: Bronze Olive. HEX triplet: 62, 52 and 11. RGB value is (98,82,17). Sum of RGB (Red+Green+Blue) = 98+82+17=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #625211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625211 is #9DADEE. Grayscale: #4F4F4F. Windows color (decimal): -10333679 or 1135202. OLE color: 1135202.

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

Color convert

RGB 98 82 17 -
CMYK 0 0.16 0.83 0.62
HSL 48.15º 0.7% 0.23% -
HSV(B) 48.15º 0.83% 0.38% -
XYZ 8.16 8.67 1.77 -
YUV 79.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 98 82 17 0 0.16 0.83 0.62 48.15 0.7 0.23
Hex 62 52 11 0 10 53 3E 30 46 17
Octal 142 122 21 0 20 123 76 60 106 27
Binary 1100010 1010010 10001 0 10000 1010011 111110 110000 1000110 10111

Color Harmonies of #625211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625211

Black with #625211

Text Example


Text Example

White with #625211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625211; }

 p { color: rgb(98,82,17); }

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

background-color css

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

 a { background-color: rgb(98,82,17); }

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

border-color css

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

 span { border-color: rgb(98,82,17); }

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