#615408

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

Shades of Bronze Olive #615408

Tints of Bronze Olive #615408

Color information

#615408 (or 0x615408) is unknown color: approx Bronze Olive. HEX triplet: 61, 54 and 08. RGB value is (97,84,8). Sum of RGB (Red+Green+Blue) = 97+84+8=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #615408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615408 is #9EABF7. Grayscale: #4F4F4F. Windows color (decimal): -10398712 or 545889. OLE color: 545889.

HSL color Cylindrical-coordinate representation of color #615408: hue angle of 51.24º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #615408 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97848-
CMYK00.130.920.62
HSL51.24º84.76%20.59%-
HSV(B)51.24º91.75%38.04%-
XYZ8.148.91.52-
YUV79.2287.81140.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=51.32%
G=44.44%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9784800.130.920.6251.2484.7620.59
Hex615480D5C3E335515
Octal14112410015134766312525
Binary110000110101001000011011011100111110110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615408; }

 p { color: rgb(97,84,8); }

 H1.HeaderClassName
 {
   color: #615408;
 }
 .AnyTagClassName
 {
   color: #615408;
 }
</style>
background-color css

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

 a { background-color: rgb(97,84,8); }

 div.DivClassName
 {
   background-color: #615408;
 }
 .BgClassName
 {
   background-color: #615408;
 }
</style>
border-color css

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

 span { border-color: rgb(97,84,8); }

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