Html Css Color HEX #60551F Bronze Olive

📋 copy color: '#60551F'

red 96 ◦ green 85 ◦ blue 31

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

Shades of Bronze Olive #60551F

Tints of Bronze Olive #60551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.62%

R = 45.28%
G = 40.09%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60551F (or 0x60551F) is known color: Bronze Olive. HEX triplet: 60, 55 and 1F. RGB value is (96,85,31). Sum of RGB (Red+Green+Blue) = 96+85+31=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #60551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60551F is #9FAAE0. Grayscale: #525252. Windows color (decimal): -10463969 or 2053472. OLE color: 2053472.

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

Color convert

RGB 96 85 31 -
CMYK 0 0.11 0.68 0.62
HSL 49.85º 0.51% 0.25% -
HSV(B) 49.85º 0.68% 0.38% -
XYZ 8.32 9.08 2.61 -
YUV 82.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 96 85 31 0 0.11 0.68 0.62 49.85 0.51 0.25
Hex 60 55 1F 0 B 44 3E 32 33 19
Octal 140 125 37 0 13 104 76 62 63 31
Binary 1100000 1010101 11111 0 1011 1000100 111110 110010 110011 11001

Color Harmonies of #60551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60551F

Black with #60551F

Text Example


Text Example

White with #60551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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