Html Css Color HEX #680807 Maroon

📋 copy color: '#680807'

red 104 ◦ green 8 ◦ blue 7

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

Shades of Maroon #680807

Tints of Maroon #680807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 7 (3.13% from 255) = 5.88%

R = 87.39%
G = 6.72%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#680807 (or 0x680807) is known color: Maroon. HEX triplet: 68, 08 and 07. RGB value is (104,8,7). Sum of RGB (Red+Green+Blue) = 104+8+7=119 (15% of max value = 765). Red value is 104 (41.02% from 255 or 87.39% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 104 - color contains mainly: red. Hex color #680807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680807 is #97F7F8. Grayscale: #242424. Windows color (decimal): -9959417 or 460904. OLE color: 460904.

HSL color Cylindrical-coordinate representation of color #680807: hue angle of 0.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680807 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 7 -
CMYK 0 0.92 0.93 0.59
HSL 0.62º 0.87% 0.22% -
HSV(B) 0.62º 0.93% 0.41% -
XYZ 5.83 3.13 0.5 -
YUV 36.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 104 8 7 0 0.92 0.93 0.59 0.62 0.87 0.22
Hex 68 8 7 0 5C 5D 3B 1 57 16
Octal 150 10 7 0 134 135 73 1 127 26
Binary 1101000 1000 111 0 1011100 1011101 111011 1 1010111 10110

Color Harmonies of #680807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680807

Black with #680807

Text Example


Text Example

White with #680807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680807; }

 p { color: rgb(104,8,7); }

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

background-color css

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

 a { background-color: rgb(104,8,7); }

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

border-color css

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

 span { border-color: rgb(104,8,7); }

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