Html Css Color HEX #680B00 Maroon

📋 copy color: '#680B00'

red 104 ◦ green 11 ◦ blue 0

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

Shades of Maroon #680B00

Tints of Maroon #680B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.57%

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

R = 90.43%
G = 9.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#680B00 (or 0x680B00) is known color: Maroon. HEX triplet: 68, 0B and 00. RGB value is (104,11,0). Sum of RGB (Red+Green+Blue) = 104+11+0=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 11 (4.69% from 255 or 9.57% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B00 is #97F4FF. Grayscale: #252525. Windows color (decimal): -9958656 or 2920. OLE color: 2920.

HSL color Cylindrical-coordinate representation of color #680B00: hue angle of 6.35º 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 #680B00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 0 -
CMYK 0 0.89 1 0.59
HSL 6.35º 1% 0.2% -
HSV(B) 6.35º 1% 0.41% -
XYZ 5.83 3.18 0.31 -
YUV 37.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 104 11 0 0 0.89 1 0.59 6.35 1 0.2
Hex 68 B 0 0 59 64 3B 6 64 14
Octal 150 13 0 0 131 144 73 6 144 24
Binary 1101000 1011 0 0 1011001 1100100 111011 110 1100100 10100

Color Harmonies of #680B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B00

Black with #680B00

Text Example


Text Example

White with #680B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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