#670D04

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

Shades of Maroon #670D04

Tints of Maroon #670D04

Color information

#670D04 (or 0x670D04) is unknown color: approx Maroon. HEX triplet: 67, 0D and 04. RGB value is (103,13,4). Sum of RGB (Red+Green+Blue) = 103+13+4=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #670D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670D04 is #98F2FB. Grayscale: #272727. Windows color (decimal): -10023676 or 265575. OLE color: 265575.

HSL color Cylindrical-coordinate representation of color #670D04: hue angle of 5.45º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670D04 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB103134-
CMYK00.870.960.60
HSL5.45º92.52%20.98%-
HSV(B)5.45º96.12%40.39%-
XYZ5.763.180.43-
YUV38.88108.32173.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 85.83%
GREEN value IS 13 (5.47% from 255) = 10.83%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=85.83%
G=10.83%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10313400.870.960.605.4592.5220.98
Hex67D4057603C55d15
Octal147154012714074513525
Binary11001111101100010101111100000111100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,13,4); }

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

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

 a { background-color: rgb(103,13,4); }

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

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

 span { border-color: rgb(103,13,4); }

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