Html Css Color HEX #604F0B Bronze Olive

📋 copy color: '#604F0B'

red 96 ◦ green 79 ◦ blue 11

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

Shades of Bronze Olive #604F0B

Tints of Bronze Olive #604F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.91%

R = 51.61%
G = 42.47%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#604F0B (or 0x604F0B) is known color: Bronze Olive. HEX triplet: 60, 4F and 0B. RGB value is (96,79,11). Sum of RGB (Red+Green+Blue) = 96+79+11=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #604F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #604F0B is #9FB0F4. Grayscale: #4C4C4C. Windows color (decimal): -10465525 or 741216. OLE color: 741216.

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

Color convert

RGB 96 79 11 -
CMYK 0 0.18 0.89 0.62
HSL 48º 0.79% 0.21% -
HSV(B) 48º 0.89% 0.38% -
XYZ 7.68 8.1 1.48 -
YUV 76.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 96 79 11 0 0.18 0.89 0.62 48 0.79 0.21
Hex 60 4F B 0 12 59 3E 30 4F 15
Octal 140 117 13 0 22 131 76 60 117 25
Binary 1100000 1001111 1011 0 10010 1011001 111110 110000 1001111 10101

Color Harmonies of #604F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F0B

Black with #604F0B

Text Example


Text Example

White with #604F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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