Html Css Color HEX #625015 Bronze Olive

📋 copy color: '#625015'

red 98 ◦ green 80 ◦ blue 21

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

Shades of Bronze Olive #625015

Tints of Bronze Olive #625015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 49.25%
G = 40.2%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#625015 (or 0x625015) is known color: Bronze Olive. HEX triplet: 62, 50 and 15. RGB value is (98,80,21). Sum of RGB (Red+Green+Blue) = 98+80+21=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #625015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625015 is #9DAFEA. Grayscale: #4E4E4E. Windows color (decimal): -10334187 or 1396834. OLE color: 1396834.

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

Color convert

RGB 98 80 21 -
CMYK 0 0.18 0.79 0.62
HSL 45.97º 0.65% 0.23% -
HSV(B) 45.97º 0.79% 0.38% -
XYZ 8.04 8.39 1.9 -
YUV 78.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 98 80 21 0 0.18 0.79 0.62 45.97 0.65 0.23
Hex 62 50 15 0 12 4F 3E 2E 41 17
Octal 142 120 25 0 22 117 76 56 101 27
Binary 1100010 1010000 10101 0 10010 1001111 111110 101110 1000001 10111

Color Harmonies of #625015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625015

Black with #625015

Text Example


Text Example

White with #625015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625015; }

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

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

background-color css

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

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

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

border-color css

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

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

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