Html Css Color HEX #625210 Bronze Olive

📋 copy color: '#625210'

red 98 ◦ green 82 ◦ blue 16

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

Shades of Bronze Olive #625210

Tints of Bronze Olive #625210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 50%
G = 41.84%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#625210 (or 0x625210) is known color: Bronze Olive. HEX triplet: 62, 52 and 10. RGB value is (98,82,16). Sum of RGB (Red+Green+Blue) = 98+82+16=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #625210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625210 is #9DADEF. Grayscale: #4F4F4F. Windows color (decimal): -10333680 or 1069666. OLE color: 1069666.

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

Color convert

RGB 98 82 16 -
CMYK 0 0.16 0.84 0.62
HSL 48.29º 0.72% 0.22% -
HSV(B) 48.29º 0.84% 0.38% -
XYZ 8.15 8.67 1.73 -
YUV 79.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 98 82 16 0 0.16 0.84 0.62 48.29 0.72 0.22
Hex 62 52 10 0 10 54 3E 30 48 16
Octal 142 122 20 0 20 124 76 60 110 26
Binary 1100010 1010010 10000 0 10000 1010100 111110 110000 1001000 10110

Color Harmonies of #625210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625210

Black with #625210

Text Example


Text Example

White with #625210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625210; }

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

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

background-color css

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

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

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

border-color css

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

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

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