Html Css Color HEX #625010 Bronze Olive

📋 copy color: '#625010'

red 98 ◦ green 80 ◦ blue 16

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

Shades of Bronze Olive #625010

Tints of Bronze Olive #625010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

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

R = 50.52%
G = 41.24%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#625010 (or 0x625010) is known color: Bronze Olive. HEX triplet: 62, 50 and 10. RGB value is (98,80,16). Sum of RGB (Red+Green+Blue) = 98+80+16=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #625010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625010 is #9DAFEF. Grayscale: #4E4E4E. Windows color (decimal): -10334192 or 1069154. OLE color: 1069154.

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

Color convert

RGB 98 80 16 -
CMYK 0 0.18 0.84 0.62
HSL 46.83º 0.72% 0.22% -
HSV(B) 46.83º 0.84% 0.38% -
XYZ 8 8.37 1.68 -
YUV 78.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 98 80 16 0 0.18 0.84 0.62 46.83 0.72 0.22
Hex 62 50 10 0 12 54 3E 2F 48 16
Octal 142 120 20 0 22 124 76 57 110 26
Binary 1100010 1010000 10000 0 10010 1010100 111110 101111 1001000 10110

Color Harmonies of #625010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625010

Black with #625010

Text Example


Text Example

White with #625010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625010; }

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

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

background-color css

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

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

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

border-color css

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

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

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