Html Css Color HEX #670908 Maroon

📋 copy color: '#670908'

red 103 ◦ green 9 ◦ blue 8

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

Shades of Maroon #670908

Tints of Maroon #670908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 85.83%
G = 7.5%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#670908 (or 0x670908) is known color: Maroon. HEX triplet: 67, 09 and 08. RGB value is (103,9,8). Sum of RGB (Red+Green+Blue) = 103+9+8=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #670908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670908 is #98F6F7. Grayscale: #252525. Windows color (decimal): -10024696 or 526695. OLE color: 526695.

HSL color Cylindrical-coordinate representation of color #670908: hue angle of 0.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670908 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 9 8 -
CMYK 0 0.91 0.92 0.60
HSL 0.63º 0.86% 0.22% -
HSV(B) 0.63º 0.92% 0.4% -
XYZ 5.74 3.1 0.53 -
YUV 36.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 103 9 8 0 0.91 0.92 0.60 0.63 0.86 0.22
Hex 67 9 8 0 5B 5C 3C 1 56 16
Octal 147 11 10 0 133 134 74 1 126 26
Binary 1100111 1001 1000 0 1011011 1011100 111100 1 1010110 10110

Color Harmonies of #670908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670908

Black with #670908

Text Example


Text Example

White with #670908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670908; }

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

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

background-color css

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

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

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

border-color css

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

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

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