Html Css Color HEX #60511F Bronze Olive

📋 copy color: '#60511F'

red 96 ◦ green 81 ◦ blue 31

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

Shades of Bronze Olive #60511F

Tints of Bronze Olive #60511F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 46.15%
G = 38.94%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60511F (or 0x60511F) is known color: Bronze Olive. HEX triplet: 60, 51 and 1F. RGB value is (96,81,31). Sum of RGB (Red+Green+Blue) = 96+81+31=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60511F is #9FAEE0. Grayscale: #505050. Windows color (decimal): -10464993 or 2052448. OLE color: 2052448.

HSL color Cylindrical-coordinate representation of color #60511F: hue angle of 46.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60511F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 81 31 -
CMYK 0 0.16 0.68 0.62
HSL 46.15º 0.51% 0.25% -
HSV(B) 46.15º 0.68% 0.38% -
XYZ 8.01 8.47 2.51 -
YUV 79.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 96 81 31 0 0.16 0.68 0.62 46.15 0.51 0.25
Hex 60 51 1F 0 10 44 3E 2E 33 19
Octal 140 121 37 0 20 104 76 56 63 31
Binary 1100000 1010001 11111 0 10000 1000100 111110 101110 110011 11001

Color Harmonies of #60511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60511F

Black with #60511F

Text Example


Text Example

White with #60511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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