Html Css Color HEX #670F00 Maroon

📋 copy color: '#670F00'

red 103 ◦ green 15 ◦ blue 0

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

Shades of Maroon #670F00

Tints of Maroon #670F00

RGB

 RED value IS 103 (40.63% 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 value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#670F00 (or 0x670F00) is known color: 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

RGB 103 15 0 -
CMYK 0 0.85 1 0.60
HSL 8.74º 1% 0.2% -
HSV(B) 8.74º 1% 0.4% -
XYZ 5.76 3.23 0.32 -
YUV 39.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 103 15 0 0 0.85 1 0.60 8.74 1 0.2
Hex 67 F 0 0 55 64 3C 9 64 14
Octal 147 17 0 0 125 144 74 11 144 24
Binary 1100111 1111 0 0 1010101 1100100 111100 1001 1100100 10100

Color Harmonies of #670F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F00

Black with #670F00

Text Example


Text Example

White with #670F00

Text Example


Text Example

HTML Codes & Css Web 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>