Html Css Color HEX #605513 Bronze Olive

📋 copy color: '#605513'

red 96 ◦ green 85 ◦ blue 19

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

Shades of Bronze Olive #605513

Tints of Bronze Olive #605513

RGB

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

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

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

R = 48%
G = 42.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#605513 (or 0x605513) is known color: Bronze Olive. HEX triplet: 60, 55 and 13. RGB value is (96,85,19). Sum of RGB (Red+Green+Blue) = 96+85+19=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #605513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605513 is #9FAAEC. Grayscale: #515151. Windows color (decimal): -10463981 or 1267040. OLE color: 1267040.

HSL color Cylindrical-coordinate representation of color #605513: hue angle of 51.43º 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 #605513 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 19 -
CMYK 0 0.11 0.80 0.62
HSL 51.43º 0.67% 0.23% -
HSV(B) 51.43º 0.8% 0.38% -
XYZ 8.19 9.03 1.93 -
YUV 80.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 96 85 19 0 0.11 0.80 0.62 51.43 0.67 0.23
Hex 60 55 13 0 B 50 3E 33 43 17
Octal 140 125 23 0 13 120 76 63 103 27
Binary 1100000 1010101 10011 0 1011 1010000 111110 110011 1000011 10111

Color Harmonies of #605513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605513

Black with #605513

Text Example


Text Example

White with #605513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605513; }

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

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

background-color css

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

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

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

border-color css

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

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

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