Html Css Color HEX #680B09 Maroon

📋 copy color: '#680B09'

red 104 ◦ green 11 ◦ blue 9

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

Shades of Maroon #680B09

Tints of Maroon #680B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 83.87%
G = 8.87%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#680B09 (or 0x680B09) is known color: Maroon. HEX triplet: 68, 0B and 09. RGB value is (104,11,9). Sum of RGB (Red+Green+Blue) = 104+11+9=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B09 is #97F4F6. Grayscale: #262626. Windows color (decimal): -9958647 or 592744. OLE color: 592744.

HSL color Cylindrical-coordinate representation of color #680B09: hue angle of 1.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680B09 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 9 -
CMYK 0 0.89 0.91 0.59
HSL 1.26º 0.84% 0.22% -
HSV(B) 1.26º 0.91% 0.41% -
XYZ 5.88 3.2 0.57 -
YUV 38.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 104 11 9 0 0.89 0.91 0.59 1.26 0.84 0.22
Hex 68 B 9 0 59 5B 3B 1 54 16
Octal 150 13 11 0 131 133 73 1 124 26
Binary 1101000 1011 1001 0 1011001 1011011 111011 1 1010100 10110

Color Harmonies of #680B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B09

Black with #680B09

Text Example


Text Example

White with #680B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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