Html Css Color HEX #625610 Bronze Olive

📋 copy color: '#625610'

red 98 ◦ green 86 ◦ blue 16

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

Shades of Bronze Olive #625610

Tints of Bronze Olive #625610

RGB

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

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

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

R = 49%
G = 43%
B = 8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#625610 (or 0x625610) is known color: Bronze Olive. HEX triplet: 62, 56 and 10. RGB value is (98,86,16). Sum of RGB (Red+Green+Blue) = 98+86+16=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #625610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625610 is #9DA9EF. Grayscale: #515151. Windows color (decimal): -10332656 or 1070690. OLE color: 1070690.

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

Color convert

RGB 98 86 16 -
CMYK 0 0.12 0.84 0.62
HSL 51.22º 0.72% 0.22% -
HSV(B) 51.22º 0.84% 0.38% -
XYZ 8.46 9.29 1.84 -
YUV 81.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 98 86 16 0 0.12 0.84 0.62 51.22 0.72 0.22
Hex 62 56 10 0 C 54 3E 33 48 16
Octal 142 126 20 0 14 124 76 63 110 26
Binary 1100010 1010110 10000 0 1100 1010100 111110 110011 1001000 10110

Color Harmonies of #625610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625610

Black with #625610

Text Example


Text Example

White with #625610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625610; }

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

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

background-color css

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

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

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

border-color css

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

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

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