Html Css Color HEX #60551C Bronze Olive

📋 copy color: '#60551C'

red 96 ◦ green 85 ◦ blue 28

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

Shades of Bronze Olive #60551C

Tints of Bronze Olive #60551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

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

R = 45.93%
G = 40.67%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60551C (or 0x60551C) is known color: Bronze Olive. HEX triplet: 60, 55 and 1C. RGB value is (96,85,28). Sum of RGB (Red+Green+Blue) = 96+85+28=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551C is #9FAAE3. Grayscale: #525252. Windows color (decimal): -10463972 or 1856864. OLE color: 1856864.

HSL color Cylindrical-coordinate representation of color #60551C: hue angle of 50.29º 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 #60551C is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 28 -
CMYK 0 0.11 0.71 0.62
HSL 50.29º 0.55% 0.24% -
HSV(B) 50.29º 0.71% 0.38% -
XYZ 8.28 9.07 2.41 -
YUV 81.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 96 85 28 0 0.11 0.71 0.62 50.29 0.55 0.24
Hex 60 55 1C 0 B 47 3E 32 37 18
Octal 140 125 34 0 13 107 76 62 67 30
Binary 1100000 1010101 11100 0 1011 1000111 111110 110010 110111 11000

Color Harmonies of #60551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60551C

Black with #60551C

Text Example


Text Example

White with #60551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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