#670F00

Color #670F00 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #670F00

Tints of Maroon #670F00

Color information

#670F00 (or 0x670F00) is unknown color: approx Maroon. HEX triplet: 67, 0F and 00. RGB value is (103,15,0). Sum of RGB (Red+Green+Blue) = 103+15+0=118 (15% of max value = 765). Red value is 103 (40.62% from 255 or 87.29% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 103 - color contains mainly: red. Hex color #670F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F00 is #98F0FF. Grayscale: #272727. Windows color (decimal): -10023168 or 3943. OLE color: 3943.

HSL color Cylindrical-coordinate representation of color #670F00: hue angle of 8.74º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670F00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103150-
CMYK00.8510.60
HSL8.74º100%20.2%-
HSV(B)8.74º100%40.39%-
XYZ5.763.230.32-
YUV39.6105.65173.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 87.29%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.29%
G=12.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10315000.8510.608.7410020.2
Hex67F0055643C96414
Octal1471700125144741114424
Binary1100111111100101010111001001111001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670F00; }

 p { color: rgb(103,15,0); }

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

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

 a { background-color: rgb(103,15,0); }

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

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

 span { border-color: rgb(103,15,0); }

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