Html Css Color HEX #680400 Maroon

📋 copy color: '#680400'

red 104 ◦ green 4 ◦ blue 0

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

Shades of Maroon #680400

Tints of Maroon #680400

RGB

 RED value IS 104 (41.02% from 255) = 96.3%

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 96.3%
G = 3.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#680400 (or 0x680400) is known color: Maroon. HEX triplet: 68, 04 and 00. RGB value is (104,4,0). Sum of RGB (Red+Green+Blue) = 104+4+0=108 (14% of max value = 765). Red value is 104 (41.02% from 255 or 96.30% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 104 - color contains mainly: red. Hex color #680400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680400 is #97FBFF. Grayscale: #212121. Windows color (decimal): -9960448 or 1128. OLE color: 1128.

HSL color Cylindrical-coordinate representation of color #680400: hue angle of 2.31º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680400 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 0 -
CMYK 0 0.96 1 0.59
HSL 2.31º 1% 0.2% -
HSV(B) 2.31º 1% 0.41% -
XYZ 5.75 3.03 0.28 -
YUV 33.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 104 4 0 0 0.96 1 0.59 2.31 1 0.2
Hex 68 4 0 0 60 64 3B 2 64 14
Octal 150 4 0 0 140 144 73 2 144 24
Binary 1101000 100 0 0 1100000 1100100 111011 10 1100100 10100

Color Harmonies of #680400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680400

Black with #680400

Text Example


Text Example

White with #680400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680400; }

 p { color: rgb(104,4,0); }

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

background-color css

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

 a { background-color: rgb(104,4,0); }

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

border-color css

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

 span { border-color: rgb(104,4,0); }

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