Html Css Color HEX #680A09 Maroon

📋 copy color: '#680A09'

red 104 ◦ green 10 ◦ blue 9

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

Shades of Maroon #680A09

Tints of Maroon #680A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 84.55%
G = 8.13%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#680A09 (or 0x680A09) is known color: Maroon. HEX triplet: 68, 0A and 09. RGB value is (104,10,9). Sum of RGB (Red+Green+Blue) = 104+10+9=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #680A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A09 is #97F5F6. Grayscale: #262626. Windows color (decimal): -9958903 or 592488. OLE color: 592488.

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

Color convert

RGB 104 10 9 -
CMYK 0 0.90 0.91 0.59
HSL 0.63º 0.84% 0.22% -
HSV(B) 0.63º 0.91% 0.41% -
XYZ 5.87 3.18 0.56 -
YUV 37.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 104 10 9 0 0.90 0.91 0.59 0.63 0.84 0.22
Hex 68 A 9 0 5A 5B 3B 1 54 16
Octal 150 12 11 0 132 133 73 1 124 26
Binary 1101000 1010 1001 0 1011010 1011011 111011 1 1010100 10110

Color Harmonies of #680A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A09

Black with #680A09

Text Example


Text Example

White with #680A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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