Html Css Color HEX #604D19 Bronze Olive

📋 copy color: '#604D19'

red 96 ◦ green 77 ◦ blue 25

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

Shades of Bronze Olive #604D19

Tints of Bronze Olive #604D19

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.89%

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

R = 48.48%
G = 38.89%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#604D19 (or 0x604D19) is known color: Bronze Olive. HEX triplet: 60, 4D and 19. RGB value is (96,77,25). Sum of RGB (Red+Green+Blue) = 96+77+25=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #604D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D19 is #9FB2E6. Grayscale: #4C4C4C. Windows color (decimal): -10466023 or 1658208. OLE color: 1658208.

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

Color convert

RGB 96 77 25 -
CMYK 0 0.20 0.74 0.62
HSL 43.94º 0.59% 0.24% -
HSV(B) 43.94º 0.74% 0.38% -
XYZ 7.65 7.86 2.03 -
YUV 76.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 96 77 25 0 0.20 0.74 0.62 43.94 0.59 0.24
Hex 60 4D 19 0 14 4A 3E 2C 3B 18
Octal 140 115 31 0 24 112 76 54 73 30
Binary 1100000 1001101 11001 0 10100 1001010 111110 101100 111011 11000

Color Harmonies of #604D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D19

Black with #604D19

Text Example


Text Example

White with #604D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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