Html Css Color HEX #5F5106 Bronze Olive

📋 copy color: '#5F5106'

red 95 ◦ green 81 ◦ blue 6

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

Shades of Bronze Olive #5F5106

Tints of Bronze Olive #5F5106

RGB

 RED value IS 95 (37.5% from 255) = 52.2%

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

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

R = 52.2%
G = 44.51%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5F5106 (or 0x5F5106) is known color: Bronze Olive. HEX triplet: 5F, 51 and 06. RGB value is (95,81,6). Sum of RGB (Red+Green+Blue) = 95+81+6=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F5106 is #A0AEF9. Grayscale: #4C4C4C. Windows color (decimal): -10530554 or 414047. OLE color: 414047.

HSL color Cylindrical-coordinate representation of color #5F5106: hue angle of 50.56º 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 #5F5106 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 81 6 -
CMYK 0 0.15 0.94 0.63
HSL 50.56º 0.88% 0.2% -
HSV(B) 50.56º 0.94% 0.37% -
XYZ 7.69 8.33 1.37 -
YUV 76.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 95 81 6 0 0.15 0.94 0.63 50.56 0.88 0.2
Hex 5F 51 6 0 F 5E 3F 33 58 14
Octal 137 121 6 0 17 136 77 63 130 24
Binary 1011111 1010001 110 0 1111 1011110 111111 110011 1011000 10100

Color Harmonies of #5F5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5106

Black with #5F5106

Text Example


Text Example

White with #5F5106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,81,6); }

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

background-color css

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

 a { background-color: rgb(95,81,6); }

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

border-color css

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

 span { border-color: rgb(95,81,6); }

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