Html Css Color HEX #604C0F Bronze Olive

📋 copy color: '#604C0F'

red 96 ◦ green 76 ◦ blue 15

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

Shades of Bronze Olive #604C0F

Tints of Bronze Olive #604C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 51.34%
G = 40.64%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#604C0F (or 0x604C0F) is known color: Bronze Olive. HEX triplet: 60, 4C and 0F. RGB value is (96,76,15). Sum of RGB (Red+Green+Blue) = 96+76+15=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #604C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C0F is #9FB3F0. Grayscale: #4B4B4B. Windows color (decimal): -10466289 or 1002592. OLE color: 1002592.

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

Color convert

RGB 96 76 15 -
CMYK 0 0.21 0.84 0.62
HSL 45.19º 0.73% 0.22% -
HSV(B) 45.19º 0.84% 0.38% -
XYZ 7.49 7.69 1.54 -
YUV 75.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 96 76 15 0 0.21 0.84 0.62 45.19 0.73 0.22
Hex 60 4C F 0 15 54 3E 2D 49 16
Octal 140 114 17 0 25 124 76 55 111 26
Binary 1100000 1001100 1111 0 10101 1010100 111110 101101 1001001 10110

Color Harmonies of #604C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C0F

Black with #604C0F

Text Example


Text Example

White with #604C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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