Html Css Color HEX #625214 Bronze Olive

📋 copy color: '#625214'

red 98 ◦ green 82 ◦ blue 20

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

Shades of Bronze Olive #625214

Tints of Bronze Olive #625214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 49%
G = 41%
B = 10%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#625214 (or 0x625214) is known color: Bronze Olive. HEX triplet: 62, 52 and 14. RGB value is (98,82,20). Sum of RGB (Red+Green+Blue) = 98+82+20=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #625214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625214 is #9DADEB. Grayscale: #4F4F4F. Windows color (decimal): -10333676 or 1331810. OLE color: 1331810.

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

Color convert

RGB 98 82 20 -
CMYK 0 0.16 0.80 0.62
HSL 47.69º 0.66% 0.23% -
HSV(B) 47.69º 0.8% 0.38% -
XYZ 8.18 8.68 1.91 -
YUV 79.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 98 82 20 0 0.16 0.80 0.62 47.69 0.66 0.23
Hex 62 52 14 0 10 50 3E 30 42 17
Octal 142 122 24 0 20 120 76 60 102 27
Binary 1100010 1010010 10100 0 10000 1010000 111110 110000 1000010 10111

Color Harmonies of #625214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625214

Black with #625214

Text Example


Text Example

White with #625214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625214; }

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

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

background-color css

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

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

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

border-color css

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

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

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