Html Css Color HEX #604D17 Bronze Olive

📋 copy color: '#604D17'

red 96 ◦ green 77 ◦ blue 23

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

Shades of Bronze Olive #604D17

Tints of Bronze Olive #604D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.73%

R = 48.98%
G = 39.29%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#604D17 (or 0x604D17) is known color: Bronze Olive. HEX triplet: 60, 4D and 17. RGB value is (96,77,23). Sum of RGB (Red+Green+Blue) = 96+77+23=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 23 (9.38% from 255 or 11.73% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #604D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D17 is #9FB2E8. Grayscale: #4C4C4C. Windows color (decimal): -10466025 or 1527136. OLE color: 1527136.

HSL color Cylindrical-coordinate representation of color #604D17: hue angle of 44.38º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #604D17 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 23 -
CMYK 0 0.20 0.76 0.62
HSL 44.38º 0.61% 0.23% -
HSV(B) 44.38º 0.76% 0.38% -
XYZ 7.63 7.86 1.92 -
YUV 76.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 96 77 23 0 0.20 0.76 0.62 44.38 0.61 0.23
Hex 60 4D 17 0 14 4C 3E 2C 3D 17
Octal 140 115 27 0 24 114 76 54 75 27
Binary 1100000 1001101 10111 0 10100 1001100 111110 101100 111101 10111

Color Harmonies of #604D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D17

Black with #604D17

Text Example


Text Example

White with #604D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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