Html Css Color HEX #670804 Maroon

📋 copy color: '#670804'

red 103 ◦ green 8 ◦ blue 4

#670804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #670804

Tints of Maroon #670804

RGB

 RED value IS 103 (40.63% from 255) = 89.57%

 GREEN value IS 8 (3.52% from 255) = 6.96%

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 89.57%
G = 6.96%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#670804 (or 0x670804) is known color: Maroon. HEX triplet: 67, 08 and 04. RGB value is (103,8,4). Sum of RGB (Red+Green+Blue) = 103+8+4=115 (15% of max value = 765). Red value is 103 (40.62% from 255 or 89.57% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 103 - color contains mainly: red. Hex color #670804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670804 is #98F7FB. Grayscale: #242424. Windows color (decimal): -10024956 or 264295. OLE color: 264295.

HSL color Cylindrical-coordinate representation of color #670804: hue angle of 2.42º 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 #670804 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 8 4 -
CMYK 0 0.92 0.96 0.60
HSL 2.42º 0.93% 0.21% -
HSV(B) 2.42º 0.96% 0.4% -
XYZ 5.7 3.07 0.41 -
YUV 35.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 103 8 4 0 0.92 0.96 0.60 2.42 0.93 0.21
Hex 67 8 4 0 5C 60 3C 2 5D 15
Octal 147 10 4 0 134 140 74 2 135 25
Binary 1100111 1000 100 0 1011100 1100000 111100 10 1011101 10101

Color Harmonies of #670804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670804

Black with #670804

Text Example


Text Example

White with #670804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670804; }

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

 H1.HeaderClassName
 {
   color: #670804;
 }
 .AnyTagClassName
 {
   color: #670804;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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