Html Css Color HEX #60520B Bronze Olive

📋 copy color: '#60520B'

red 96 ◦ green 82 ◦ blue 11

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

Shades of Bronze Olive #60520B

Tints of Bronze Olive #60520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 50.79%
G = 43.39%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60520B (or 0x60520B) is known color: Bronze Olive. HEX triplet: 60, 52 and 0B. RGB value is (96,82,11). Sum of RGB (Red+Green+Blue) = 96+82+11=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60520B is #9FADF4. Grayscale: #4E4E4E. Windows color (decimal): -10464757 or 741984. OLE color: 741984.

HSL color Cylindrical-coordinate representation of color #60520B: hue angle of 50.12º 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 #60520B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 11 -
CMYK 0 0.15 0.89 0.62
HSL 50.12º 0.79% 0.21% -
HSV(B) 50.12º 0.89% 0.38% -
XYZ 7.9 8.55 1.55 -
YUV 78.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 96 82 11 0 0.15 0.89 0.62 50.12 0.79 0.21
Hex 60 52 B 0 F 59 3E 32 4F 15
Octal 140 122 13 0 17 131 76 62 117 25
Binary 1100000 1010010 1011 0 1111 1011001 111110 110010 1001111 10101

Color Harmonies of #60520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60520B

Black with #60520B

Text Example


Text Example

White with #60520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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