Html Css Color HEX #60521B Bronze Olive

📋 copy color: '#60521B'

red 96 ◦ green 82 ◦ blue 27

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

Shades of Bronze Olive #60521B

Tints of Bronze Olive #60521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 46.83%
G = 40%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60521B (or 0x60521B) is known color: Bronze Olive. HEX triplet: 60, 52 and 1B. RGB value is (96,82,27). Sum of RGB (Red+Green+Blue) = 96+82+27=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60521B is #9FADE4. Grayscale: #505050. Windows color (decimal): -10464741 or 1790560. OLE color: 1790560.

HSL color Cylindrical-coordinate representation of color #60521B: hue angle of 47.83º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60521B is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 27 -
CMYK 0 0.15 0.72 0.62
HSL 47.83º 0.56% 0.24% -
HSV(B) 47.83º 0.72% 0.38% -
XYZ 8.04 8.6 2.27 -
YUV 79.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 96 82 27 0 0.15 0.72 0.62 47.83 0.56 0.24
Hex 60 52 1B 0 F 48 3E 30 38 18
Octal 140 122 33 0 17 110 76 60 70 30
Binary 1100000 1010010 11011 0 1111 1001000 111110 110000 111000 11000

Color Harmonies of #60521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60521B

Black with #60521B

Text Example


Text Example

White with #60521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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