Html Css Color HEX #605013 Bronze Olive

📋 copy color: '#605013'

red 96 ◦ green 80 ◦ blue 19

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

Shades of Bronze Olive #605013

Tints of Bronze Olive #605013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 49.23%
G = 41.03%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#605013 (or 0x605013) is known color: Bronze Olive. HEX triplet: 60, 50 and 13. RGB value is (96,80,19). Sum of RGB (Red+Green+Blue) = 96+80+19=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #605013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605013 is #9FAFEC. Grayscale: #4E4E4E. Windows color (decimal): -10465261 or 1265760. OLE color: 1265760.

HSL color Cylindrical-coordinate representation of color #605013: hue angle of 47.53º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #605013 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 80 19 -
CMYK 0 0.17 0.80 0.62
HSL 47.53º 0.67% 0.23% -
HSV(B) 47.53º 0.8% 0.38% -
XYZ 7.81 8.27 1.8 -
YUV 77.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 96 80 19 0 0.17 0.80 0.62 47.53 0.67 0.23
Hex 60 50 13 0 11 50 3E 30 43 17
Octal 140 120 23 0 21 120 76 60 103 27
Binary 1100000 1010000 10011 0 10001 1010000 111110 110000 1000011 10111

Color Harmonies of #605013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605013

Black with #605013

Text Example


Text Example

White with #605013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605013; }

 p { color: rgb(96,80,19); }

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

background-color css

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

 a { background-color: rgb(96,80,19); }

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

border-color css

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

 span { border-color: rgb(96,80,19); }

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