Html Css Color HEX #604E16 Bronze Olive

📋 copy color: '#604E16'

red 96 ◦ green 78 ◦ blue 22

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

Shades of Bronze Olive #604E16

Tints of Bronze Olive #604E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.8%

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 48.98%
G = 39.8%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#604E16 (or 0x604E16) is known color: Bronze Olive. HEX triplet: 60, 4E and 16. RGB value is (96,78,22). Sum of RGB (Red+Green+Blue) = 96+78+22=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #604E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E16 is #9FB1E9. Grayscale: #4D4D4D. Windows color (decimal): -10465770 or 1461856. OLE color: 1461856.

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

Color convert

RGB 96 78 22 -
CMYK 0 0.19 0.77 0.62
HSL 45.41º 0.63% 0.23% -
HSV(B) 45.41º 0.77% 0.38% -
XYZ 7.69 7.99 1.9 -
YUV 77 96.96 141.55 -
System Red Green Blue C M Y K H S L
Decimal 96 78 22 0 0.19 0.77 0.62 45.41 0.63 0.23
Hex 60 4E 16 0 13 4D 3E 2D 3F 17
Octal 140 116 26 0 23 115 76 55 77 27
Binary 1100000 1001110 10110 0 10011 1001101 111110 101101 111111 10111

Color Harmonies of #604E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E16

Black with #604E16

Text Example


Text Example

White with #604E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,22); }

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

background-color css

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

 a { background-color: rgb(96,78,22); }

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

border-color css

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

 span { border-color: rgb(96,78,22); }

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