Html Css Color HEX #605219 Bronze Olive

📋 copy color: '#605219'

red 96 ◦ green 82 ◦ blue 25

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

Shades of Bronze Olive #605219

Tints of Bronze Olive #605219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 47.29%
G = 40.39%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#605219 (or 0x605219) is known color: Bronze Olive. HEX triplet: 60, 52 and 19. RGB value is (96,82,25). Sum of RGB (Red+Green+Blue) = 96+82+25=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #605219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605219 is #9FADE6. Grayscale: #4F4F4F. Windows color (decimal): -10464743 or 1659488. OLE color: 1659488.

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

Color convert

RGB 96 82 25 -
CMYK 0 0.15 0.74 0.62
HSL 48.17º 0.59% 0.24% -
HSV(B) 48.17º 0.74% 0.38% -
XYZ 8.02 8.59 2.16 -
YUV 79.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 96 82 25 0 0.15 0.74 0.62 48.17 0.59 0.24
Hex 60 52 19 0 F 4A 3E 30 3B 18
Octal 140 122 31 0 17 112 76 60 73 30
Binary 1100000 1010010 11001 0 1111 1001010 111110 110000 111011 11000

Color Harmonies of #605219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605219

Black with #605219

Text Example


Text Example

White with #605219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605219; }

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

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

background-color css

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

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

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

border-color css

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

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

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