Html Css Color HEX #604C0E Bronze Olive

📋 copy color: '#604C0E'

red 96 ◦ green 76 ◦ blue 14

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

Shades of Bronze Olive #604C0E

Tints of Bronze Olive #604C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 51.61%
G = 40.86%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#604C0E (or 0x604C0E) is known color: Bronze Olive. HEX triplet: 60, 4C and 0E. RGB value is (96,76,14). Sum of RGB (Red+Green+Blue) = 96+76+14=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C0E is #9FB3F1. Grayscale: #4B4B4B. Windows color (decimal): -10466290 or 937056. OLE color: 937056.

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

Color convert

RGB 96 76 14 -
CMYK 0 0.21 0.85 0.62
HSL 45.37º 0.75% 0.22% -
HSV(B) 45.37º 0.85% 0.38% -
XYZ 7.49 7.69 1.5 -
YUV 74.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 96 76 14 0 0.21 0.85 0.62 45.37 0.75 0.22
Hex 60 4C E 0 15 55 3E 2D 4B 16
Octal 140 114 16 0 25 125 76 55 113 26
Binary 1100000 1001100 1110 0 10101 1010101 111110 101101 1001011 10110

Color Harmonies of #604C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C0E

Black with #604C0E

Text Example


Text Example

White with #604C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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