Html Css Color HEX #604F0F Bronze Olive

📋 copy color: '#604F0F'

red 96 ◦ green 79 ◦ blue 15

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

Shades of Bronze Olive #604F0F

Tints of Bronze Olive #604F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

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

R = 50.53%
G = 41.58%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#604F0F (or 0x604F0F) is known color: Bronze Olive. HEX triplet: 60, 4F and 0F. RGB value is (96,79,15). Sum of RGB (Red+Green+Blue) = 96+79+15=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #604F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F0F is #9FB0F0. Grayscale: #4D4D4D. Windows color (decimal): -10465521 or 1003360. OLE color: 1003360.

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

Color convert

RGB 96 79 15 -
CMYK 0 0.18 0.84 0.62
HSL 47.41º 0.73% 0.22% -
HSV(B) 47.41º 0.84% 0.38% -
XYZ 7.71 8.11 1.61 -
YUV 76.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 96 79 15 0 0.18 0.84 0.62 47.41 0.73 0.22
Hex 60 4F F 0 12 54 3E 2F 49 16
Octal 140 117 17 0 22 124 76 57 111 26
Binary 1100000 1001111 1111 0 10010 1010100 111110 101111 1001001 10110

Color Harmonies of #604F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F0F

Black with #604F0F

Text Example


Text Example

White with #604F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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