Html Css Color HEX #605117 Bronze Olive

📋 copy color: '#605117'

red 96 ◦ green 81 ◦ blue 23

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

Shades of Bronze Olive #605117

Tints of Bronze Olive #605117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 48%
G = 40.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#605117 (or 0x605117) is known color: Bronze Olive. HEX triplet: 60, 51 and 17. RGB value is (96,81,23). Sum of RGB (Red+Green+Blue) = 96+81+23=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #605117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605117 is #9FAEE8. Grayscale: #4F4F4F. Windows color (decimal): -10465001 or 1528160. OLE color: 1528160.

HSL color Cylindrical-coordinate representation of color #605117: hue angle of 47.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #605117 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 81 23 -
CMYK 0 0.16 0.76 0.62
HSL 47.67º 0.61% 0.23% -
HSV(B) 47.67º 0.76% 0.38% -
XYZ 7.92 8.43 2.02 -
YUV 78.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 96 81 23 0 0.16 0.76 0.62 47.67 0.61 0.23
Hex 60 51 17 0 10 4C 3E 30 3D 17
Octal 140 121 27 0 20 114 76 60 75 27
Binary 1100000 1010001 10111 0 10000 1001100 111110 110000 111101 10111

Color Harmonies of #605117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605117

Black with #605117

Text Example


Text Example

White with #605117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605117; }

 p { color: rgb(96,81,23); }

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

background-color css

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

 a { background-color: rgb(96,81,23); }

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

border-color css

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

 span { border-color: rgb(96,81,23); }

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