#670C01

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

Shades of Maroon #670C01

Tints of Maroon #670C01

Color information

#670C01 (or 0x670C01) is unknown color: approx Maroon. HEX triplet: 67, 0C and 01. RGB value is (103,12,1). Sum of RGB (Red+Green+Blue) = 103+12+1=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C01 is #98F3FE. Grayscale: #262626. Windows color (decimal): -10023935 or 68711. OLE color: 68711.

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

Color convert

RGB103121-
CMYK00.880.990.60
HSL6.47º98.08%20.39%-
HSV(B)6.47º99.03%40.39%-
XYZ5.733.150.33-
YUV37.95107.15174.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 88.79%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=88.79%
G=10.34%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10312100.880.990.606.4798.0820.39
Hex67C1058633C66214
Octal147141013014374614224
Binary110011111001010110001100011111100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,12,1); }

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

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

 a { background-color: rgb(103,12,1); }

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

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

 span { border-color: rgb(103,12,1); }

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