Html Css Color HEX #5E5406 Bronze Olive

📋 copy color: '#5E5406'

red 94 ◦ green 84 ◦ blue 6

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

Shades of Bronze Olive #5E5406

Tints of Bronze Olive #5E5406

RGB

 RED value IS 94 (37.11% from 255) = 51.09%

 GREEN value IS 84 (33.2% from 255) = 45.65%

 BLUE value IS 6 (2.73% from 255) = 3.26%

R = 51.09%
G = 45.65%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E5406 (or 0x5E5406) is known color: Bronze Olive. HEX triplet: 5E, 54 and 06. RGB value is (94,84,6). Sum of RGB (Red+Green+Blue) = 94+84+6=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5406 is #A1ABF9. Grayscale: #4E4E4E. Windows color (decimal): -10595322 or 414814. OLE color: 414814.

HSL color Cylindrical-coordinate representation of color #5E5406: hue angle of 53.18º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E5406 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 84 6 -
CMYK 0 0.11 0.94 0.63
HSL 53.18º 0.88% 0.2% -
HSV(B) 53.18º 0.94% 0.37% -
XYZ 7.82 8.73 1.45 -
YUV 78.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 94 84 6 0 0.11 0.94 0.63 53.18 0.88 0.2
Hex 5E 54 6 0 B 5E 3F 35 58 14
Octal 136 124 6 0 13 136 77 65 130 24
Binary 1011110 1010100 110 0 1011 1011110 111111 110101 1011000 10100

Color Harmonies of #5E5406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5406

Black with #5E5406

Text Example


Text Example

White with #5E5406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E5406; }

 p { color: rgb(94,84,6); }

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

background-color css

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

 a { background-color: rgb(94,84,6); }

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

border-color css

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

 span { border-color: rgb(94,84,6); }

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