Html Css Color HEX #60560D Bronze Olive

📋 copy color: '#60560D'

red 96 ◦ green 86 ◦ blue 13

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

Shades of Bronze Olive #60560D

Tints of Bronze Olive #60560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 49.23%
G = 44.1%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60560D (or 0x60560D) is known color: Bronze Olive. HEX triplet: 60, 56 and 0D. RGB value is (96,86,13). Sum of RGB (Red+Green+Blue) = 96+86+13=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60560D is #9FA9F2. Grayscale: #505050. Windows color (decimal): -10463731 or 874080. OLE color: 874080.

HSL color Cylindrical-coordinate representation of color #60560D: hue angle of 52.77º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60560D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 86 13 -
CMYK 0 0.10 0.86 0.62
HSL 52.77º 0.76% 0.21% -
HSV(B) 52.77º 0.86% 0.38% -
XYZ 8.22 9.17 1.72 -
YUV 80.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 96 86 13 0 0.10 0.86 0.62 52.77 0.76 0.21
Hex 60 56 D 0 A 56 3E 35 4C 15
Octal 140 126 15 0 12 126 76 65 114 25
Binary 1100000 1010110 1101 0 1010 1010110 111110 110101 1001100 10101

Color Harmonies of #60560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60560D

Black with #60560D

Text Example


Text Example

White with #60560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60560D; }

 p { color: rgb(96,86,13); }

 H1.HeaderClassName
 {
   color: #60560D;
 }
 .AnyTagClassName
 {
   color: #60560D;
 }
</style>

background-color css

<style>
 a { background-color: #60560D; }

 a { background-color: rgb(96,86,13); }

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

border-color css

<style>
 span { border-color: #60560D; }

 span { border-color: rgb(96,86,13); }

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