#625707

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

Shades of Bronze Olive #625707

Tints of Bronze Olive #625707

Color information

#625707 (or 0x625707) is unknown color: approx Bronze Olive. HEX triplet: 62, 57 and 07. RGB value is (98,87,7). Sum of RGB (Red+Green+Blue) = 98+87+7=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625707 is #9DA8F8. Grayscale: #515151. Windows color (decimal): -10332409 or 481122. OLE color: 481122.

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

Color convert

RGB98877-
CMYK00.110.930.62
HSL52.75º86.67%20.59%-
HSV(B)52.75º92.86%38.43%-
XYZ8.489.431.57-
YUV81.1786.14140-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 87 (34.38% from 255) = 45.31%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=51.04%
G=45.31%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9887700.110.930.6252.7586.6720.59
Hex625770B5D3E355715
Octal1421277013135766512725
Binary11000101010111111010111011101111110110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625707; }

 p { color: rgb(98,87,7); }

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

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

 a { background-color: rgb(98,87,7); }

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

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

 span { border-color: rgb(98,87,7); }

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