Html Css Color HEX #605519 Bronze Olive

📋 copy color: '#605519'

red 96 ◦ green 85 ◦ blue 25

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

Shades of Bronze Olive #605519

Tints of Bronze Olive #605519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.14%

R = 46.6%
G = 41.26%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#605519 (or 0x605519) is known color: Bronze Olive. HEX triplet: 60, 55 and 19. RGB value is (96,85,25). Sum of RGB (Red+Green+Blue) = 96+85+25=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #605519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605519 is #9FAAE6. Grayscale: #515151. Windows color (decimal): -10463975 or 1660256. OLE color: 1660256.

HSL color Cylindrical-coordinate representation of color #605519: hue angle of 50.7º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #605519 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 25 -
CMYK 0 0.11 0.74 0.62
HSL 50.7º 0.59% 0.24% -
HSV(B) 50.7º 0.74% 0.38% -
XYZ 8.25 9.05 2.23 -
YUV 81.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 96 85 25 0 0.11 0.74 0.62 50.7 0.59 0.24
Hex 60 55 19 0 B 4A 3E 33 3B 18
Octal 140 125 31 0 13 112 76 63 73 30
Binary 1100000 1010101 11001 0 1011 1001010 111110 110011 111011 11000

Color Harmonies of #605519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605519

Black with #605519

Text Example


Text Example

White with #605519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605519; }

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

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

background-color css

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

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

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

border-color css

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

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

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