Html Css Color HEX #60510B Bronze Olive

📋 copy color: '#60510B'

red 96 ◦ green 81 ◦ blue 11

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

Shades of Bronze Olive #60510B

Tints of Bronze Olive #60510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 51.06%
G = 43.09%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60510B (or 0x60510B) is known color: Bronze Olive. HEX triplet: 60, 51 and 0B. RGB value is (96,81,11). Sum of RGB (Red+Green+Blue) = 96+81+11=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60510B is #9FAEF4. Grayscale: #4D4D4D. Windows color (decimal): -10465013 or 741728. OLE color: 741728.

HSL color Cylindrical-coordinate representation of color #60510B: hue angle of 49.41º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60510B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 81 11 -
CMYK 0 0.16 0.89 0.62
HSL 49.41º 0.79% 0.21% -
HSV(B) 49.41º 0.89% 0.38% -
XYZ 7.83 8.4 1.52 -
YUV 77.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 96 81 11 0 0.16 0.89 0.62 49.41 0.79 0.21
Hex 60 51 B 0 10 59 3E 31 4F 15
Octal 140 121 13 0 20 131 76 61 117 25
Binary 1100000 1010001 1011 0 10000 1011001 111110 110001 1001111 10101

Color Harmonies of #60510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60510B

Black with #60510B

Text Example


Text Example

White with #60510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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