Html Css Color HEX #605016 Bronze Olive

📋 copy color: '#605016'

red 96 ◦ green 80 ◦ blue 22

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

Shades of Bronze Olive #605016

Tints of Bronze Olive #605016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 48.48%
G = 40.4%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#605016 (or 0x605016) is known color: Bronze Olive. HEX triplet: 60, 50 and 16. RGB value is (96,80,22). Sum of RGB (Red+Green+Blue) = 96+80+22=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #605016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605016 is #9FAFE9. Grayscale: #4E4E4E. Windows color (decimal): -10465258 or 1462368. OLE color: 1462368.

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

Color convert

RGB 96 80 22 -
CMYK 0 0.17 0.77 0.62
HSL 47.03º 0.63% 0.23% -
HSV(B) 47.03º 0.77% 0.38% -
XYZ 7.84 8.28 1.94 -
YUV 78.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 96 80 22 0 0.17 0.77 0.62 47.03 0.63 0.23
Hex 60 50 16 0 11 4D 3E 2F 3F 17
Octal 140 120 26 0 21 115 76 57 77 27
Binary 1100000 1010000 10110 0 10001 1001101 111110 101111 111111 10111

Color Harmonies of #605016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605016

Black with #605016

Text Example


Text Example

White with #605016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605016; }

 p { color: rgb(96,80,22); }

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

background-color css

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

 a { background-color: rgb(96,80,22); }

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

border-color css

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

 span { border-color: rgb(96,80,22); }

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