Html Css Color HEX #605806 Bronze Olive

📋 copy color: '#605806'

red 96 ◦ green 88 ◦ blue 6

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

Shades of Bronze Olive #605806

Tints of Bronze Olive #605806

RGB

 RED value IS 96 (37.89% from 255) = 50.53%

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 50.53%
G = 46.32%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#605806 (or 0x605806) is known color: Bronze Olive. HEX triplet: 60, 58 and 06. RGB value is (96,88,6). Sum of RGB (Red+Green+Blue) = 96+88+6=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #605806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605806 is #9FA7F9. Grayscale: #515151. Windows color (decimal): -10463226 or 415840. OLE color: 415840.

HSL color Cylindrical-coordinate representation of color #605806: hue angle of 54.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #605806 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 88 6 -
CMYK 0 0.08 0.94 0.62
HSL 54.67º 0.88% 0.2% -
HSV(B) 54.67º 0.94% 0.38% -
XYZ 8.35 9.48 1.56 -
YUV 81.04 85.65 138.67 -
System Red Green Blue C M Y K H S L
Decimal 96 88 6 0 0.08 0.94 0.62 54.67 0.88 0.2
Hex 60 58 6 0 8 5E 3E 37 58 14
Octal 140 130 6 0 10 136 76 67 130 24
Binary 1100000 1011000 110 0 1000 1011110 111110 110111 1011000 10100

Color Harmonies of #605806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605806

Black with #605806

Text Example


Text Example

White with #605806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605806; }

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

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

background-color css

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

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

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

border-color css

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

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

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