Html Css Color HEX #585106 Bronze Olive

📋 copy color: '#585106'

red 88 ◦ green 81 ◦ blue 6

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

Shades of Bronze Olive #585106

Tints of Bronze Olive #585106

RGB

 RED value IS 88 (34.77% from 255) = 50.29%

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

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

R = 50.29%
G = 46.29%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#585106 (or 0x585106) is known color: Bronze Olive. HEX triplet: 58, 51 and 06. RGB value is (88,81,6). Sum of RGB (Red+Green+Blue) = 88+81+6=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585106 is #A7AEF9. Grayscale: #4A4A4A. Windows color (decimal): -10989306 or 414040. OLE color: 414040.

HSL color Cylindrical-coordinate representation of color #585106: hue angle of 54.88º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #585106 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 6 -
CMYK 0 0.08 0.93 0.65
HSL 54.88º 0.87% 0.18% -
HSV(B) 54.88º 0.93% 0.35% -
XYZ 7 7.97 1.34 -
YUV 74.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 88 81 6 0 0.08 0.93 0.65 54.88 0.87 0.18
Hex 58 51 6 0 8 5D 41 37 57 12
Octal 130 121 6 0 10 135 101 67 127 22
Binary 1011000 1010001 110 0 1000 1011101 1000001 110111 1010111 10010

Color Harmonies of #585106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585106

Black with #585106

Text Example


Text Example

White with #585106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585106; }

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

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

background-color css

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

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

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

border-color css

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

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

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