Html Css Color HEX #60501C Bronze Olive

📋 copy color: '#60501C'

red 96 ◦ green 80 ◦ blue 28

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

Shades of Bronze Olive #60501C

Tints of Bronze Olive #60501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 47.06%
G = 39.22%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60501C (or 0x60501C) is known color: Bronze Olive. HEX triplet: 60, 50 and 1C. RGB value is (96,80,28). Sum of RGB (Red+Green+Blue) = 96+80+28=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60501C is #9FAFE3. Grayscale: #4F4F4F. Windows color (decimal): -10465252 or 1855584. OLE color: 1855584.

HSL color Cylindrical-coordinate representation of color #60501C: hue angle of 45.88º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60501C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 80 28 -
CMYK 0 0.17 0.71 0.62
HSL 45.88º 0.55% 0.24% -
HSV(B) 45.88º 0.71% 0.38% -
XYZ 7.9 8.31 2.29 -
YUV 78.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 96 80 28 0 0.17 0.71 0.62 45.88 0.55 0.24
Hex 60 50 1C 0 11 47 3E 2E 37 18
Octal 140 120 34 0 21 107 76 56 67 30
Binary 1100000 1010000 11100 0 10001 1000111 111110 101110 110111 11000

Color Harmonies of #60501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60501C

Black with #60501C

Text Example


Text Example

White with #60501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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