Html Css Color HEX #60550A Bronze Olive

📋 copy color: '#60550A'

red 96 ◦ green 85 ◦ blue 10

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

Shades of Bronze Olive #60550A

Tints of Bronze Olive #60550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 50.26%
G = 44.5%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#60550A (or 0x60550A) is known color: Bronze Olive. HEX triplet: 60, 55 and 0A. RGB value is (96,85,10). Sum of RGB (Red+Green+Blue) = 96+85+10=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550A is #9FAAF5. Grayscale: #505050. Windows color (decimal): -10463990 or 677216. OLE color: 677216.

HSL color Cylindrical-coordinate representation of color #60550A: hue angle of 52.33º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60550A is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 10 -
CMYK 0 0.11 0.90 0.62
HSL 52.33º 0.81% 0.21% -
HSV(B) 52.33º 0.9% 0.38% -
XYZ 8.13 9.01 1.6 -
YUV 79.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 96 85 10 0 0.11 0.90 0.62 52.33 0.81 0.21
Hex 60 55 A 0 B 5A 3E 34 51 15
Octal 140 125 12 0 13 132 76 64 121 25
Binary 1100000 1010101 1010 0 1011 1011010 111110 110100 1010001 10101

Color Harmonies of #60550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60550A

Black with #60550A

Text Example


Text Example

White with #60550A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60550A; }

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

 H1.HeaderClassName
 {
   color: #60550A;
 }
 .AnyTagClassName
 {
   color: #60550A;
 }
</style>

background-color css

<style>
 a { background-color: #60550A; }

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

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

border-color css

<style>
 span { border-color: #60550A; }

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

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