Html Css Color HEX #670C00 Maroon

📋 copy color: '#670C00'

red 103 ◦ green 12 ◦ blue 0

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

Shades of Maroon #670C00

Tints of Maroon #670C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.57%
G = 10.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#670C00 (or 0x670C00) is known color: Maroon. HEX triplet: 67, 0C and 00. RGB value is (103,12,0). Sum of RGB (Red+Green+Blue) = 103+12+0=115 (15% of max value = 765). Red value is 103 (40.62% from 255 or 89.57% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 103 - color contains mainly: red. Hex color #670C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C00 is #98F3FF. Grayscale: #252525. Windows color (decimal): -10023936 or 3175. OLE color: 3175.

HSL color Cylindrical-coordinate representation of color #670C00: hue angle of 6.99º 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 #670C00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 0 -
CMYK 0 0.88 1 0.60
HSL 6.99º 1% 0.2% -
HSV(B) 6.99º 1% 0.4% -
XYZ 5.72 3.15 0.31 -
YUV 37.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 103 12 0 0 0.88 1 0.60 6.99 1 0.2
Hex 67 C 0 0 58 64 3C 7 64 14
Octal 147 14 0 0 130 144 74 7 144 24
Binary 1100111 1100 0 0 1011000 1100100 111100 111 1100100 10100

Color Harmonies of #670C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C00

Black with #670C00

Text Example


Text Example

White with #670C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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