Html Css Color HEX #625122 Bronze Olive

📋 copy color: '#625122'

red 98 ◦ green 81 ◦ blue 34

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

Shades of Bronze Olive #625122

Tints of Bronze Olive #625122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 46.01%
G = 38.03%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#625122 (or 0x625122) is known color: Bronze Olive. HEX triplet: 62, 51 and 22. RGB value is (98,81,34). Sum of RGB (Red+Green+Blue) = 98+81+34=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #625122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625122 is #9DAEDD. Grayscale: #505050. Windows color (decimal): -10333918 or 2249058. OLE color: 2249058.

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

Color convert

RGB 98 81 34 -
CMYK 0 0.17 0.65 0.62
HSL 44.06º 0.48% 0.26% -
HSV(B) 44.06º 0.65% 0.38% -
XYZ 8.27 8.6 2.74 -
YUV 80.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 98 81 34 0 0.17 0.65 0.62 44.06 0.48 0.26
Hex 62 51 22 0 11 41 3E 2C 30 1A
Octal 142 121 42 0 21 101 76 54 60 32
Binary 1100010 1010001 100010 0 10001 1000001 111110 101100 110000 11010

Color Harmonies of #625122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625122

Black with #625122

Text Example


Text Example

White with #625122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625122; }

 p { color: rgb(98,81,34); }

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

background-color css

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

 a { background-color: rgb(98,81,34); }

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

border-color css

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

 span { border-color: rgb(98,81,34); }

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