Html Css Color HEX #604F0E Bronze Olive

📋 copy color: '#604F0E'

red 96 ◦ green 79 ◦ blue 14

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

Shades of Bronze Olive #604F0E

Tints of Bronze Olive #604F0E

RGB

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

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

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

R = 50.79%
G = 41.8%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#604F0E (or 0x604F0E) is known color: Bronze Olive. HEX triplet: 60, 4F and 0E. RGB value is (96,79,14). Sum of RGB (Red+Green+Blue) = 96+79+14=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #604F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F0E is #9FB0F1. Grayscale: #4C4C4C. Windows color (decimal): -10465522 or 937824. OLE color: 937824.

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

Color convert

RGB 96 79 14 -
CMYK 0 0.18 0.85 0.62
HSL 47.56º 0.75% 0.22% -
HSV(B) 47.56º 0.85% 0.38% -
XYZ 7.7 8.11 1.58 -
YUV 76.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 96 79 14 0 0.18 0.85 0.62 47.56 0.75 0.22
Hex 60 4F E 0 12 55 3E 30 4B 16
Octal 140 117 16 0 22 125 76 60 113 26
Binary 1100000 1001111 1110 0 10010 1010101 111110 110000 1001011 10110

Color Harmonies of #604F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F0E

Black with #604F0E

Text Example


Text Example

White with #604F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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