#604F0B

Color #604F0B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #604F0B

Tints of Bronze Olive #604F0B

Color information

#604F0B (or 0x604F0B) is unknown color: approx 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

RGB967911-
CMYK00.180.890.62
HSL48º79.44%20.98%-
HSV(B)48º88.54%37.65%-
XYZ7.688.11.48-
YUV76.3391.13142.03-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96791100.180.890.624879.4420.98
Hex604FB012593E304f15
Octal14011713022131766011725
Binary1100000100111110110100101011001111110110000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>