Html Css Color HEX #60550F Bronze Olive

📋 copy color: '#60550F'

red 96 ◦ green 85 ◦ blue 15

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

Shades of Bronze Olive #60550F

Tints of Bronze Olive #60550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 48.98%
G = 43.37%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60550F (or 0x60550F) is known color: Bronze Olive. HEX triplet: 60, 55 and 0F. RGB value is (96,85,15). Sum of RGB (Red+Green+Blue) = 96+85+15=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #60550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60550F is #9FAAF0. Grayscale: #505050. Windows color (decimal): -10463985 or 1004896. OLE color: 1004896.

HSL color Cylindrical-coordinate representation of color #60550F: hue angle of 51.85º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60550F is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 15 -
CMYK 0 0.11 0.84 0.62
HSL 51.85º 0.73% 0.22% -
HSV(B) 51.85º 0.84% 0.38% -
XYZ 8.16 9.02 1.76 -
YUV 80.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 96 85 15 0 0.11 0.84 0.62 51.85 0.73 0.22
Hex 60 55 F 0 B 54 3E 34 49 16
Octal 140 125 17 0 13 124 76 64 111 26
Binary 1100000 1010101 1111 0 1011 1010100 111110 110100 1001001 10110

Color Harmonies of #60550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60550F

Black with #60550F

Text Example


Text Example

White with #60550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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