Html Css Color HEX #604D0E Bronze Olive

📋 copy color: '#604D0E'

red 96 ◦ green 77 ◦ blue 14

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

Shades of Bronze Olive #604D0E

Tints of Bronze Olive #604D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 51.34%
G = 41.18%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#604D0E (or 0x604D0E) is known color: Bronze Olive. HEX triplet: 60, 4D and 0E. RGB value is (96,77,14). Sum of RGB (Red+Green+Blue) = 96+77+14=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604D0E is #9FB2F1. Grayscale: #4B4B4B. Windows color (decimal): -10466034 or 937312. OLE color: 937312.

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

Color convert

RGB 96 77 14 -
CMYK 0 0.20 0.85 0.62
HSL 46.1º 0.75% 0.22% -
HSV(B) 46.1º 0.85% 0.38% -
XYZ 7.56 7.83 1.53 -
YUV 75.5 93.29 142.62 -
System Red Green Blue C M Y K H S L
Decimal 96 77 14 0 0.20 0.85 0.62 46.1 0.75 0.22
Hex 60 4D E 0 14 55 3E 2E 4B 16
Octal 140 115 16 0 24 125 76 56 113 26
Binary 1100000 1001101 1110 0 10100 1010101 111110 101110 1001011 10110

Color Harmonies of #604D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D0E

Black with #604D0E

Text Example


Text Example

White with #604D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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