Html Css Color HEX #604E10 Bronze Olive

📋 copy color: '#604E10'

red 96 ◦ green 78 ◦ blue 16

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

Shades of Bronze Olive #604E10

Tints of Bronze Olive #604E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.42%

R = 50.53%
G = 41.05%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#604E10 (or 0x604E10) is known color: Bronze Olive. HEX triplet: 60, 4E and 10. RGB value is (96,78,16). Sum of RGB (Red+Green+Blue) = 96+78+16=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #604E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604E10 is #9FB1EF. Grayscale: #4C4C4C. Windows color (decimal): -10465776 or 1068640. OLE color: 1068640.

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

Color convert

RGB 96 78 16 -
CMYK 0 0.19 0.83 0.62
HSL 46.5º 0.71% 0.22% -
HSV(B) 46.5º 0.83% 0.38% -
XYZ 7.64 7.97 1.63 -
YUV 76.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 96 78 16 0 0.19 0.83 0.62 46.5 0.71 0.22
Hex 60 4E 10 0 13 53 3E 2E 47 16
Octal 140 116 20 0 23 123 76 56 107 26
Binary 1100000 1001110 10000 0 10011 1010011 111110 101110 1000111 10110

Color Harmonies of #604E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E10

Black with #604E10

Text Example


Text Example

White with #604E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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