Html Css Color HEX #680F07 Maroon

📋 copy color: '#680F07'

red 104 ◦ green 15 ◦ blue 7

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

Shades of Maroon #680F07

Tints of Maroon #680F07

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.9%

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

R = 82.54%
G = 11.9%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#680F07 (or 0x680F07) is known color: Maroon. HEX triplet: 68, 0F and 07. RGB value is (104,15,7). Sum of RGB (Red+Green+Blue) = 104+15+7=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #680F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F07 is #97F0F8. Grayscale: #282828. Windows color (decimal): -9957625 or 462696. OLE color: 462696.

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

Color convert

RGB 104 15 7 -
CMYK 0 0.86 0.93 0.59
HSL 4.95º 0.87% 0.22% -
HSV(B) 4.95º 0.93% 0.41% -
XYZ 5.92 3.3 0.53 -
YUV 40.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 104 15 7 0 0.86 0.93 0.59 4.95 0.87 0.22
Hex 68 F 7 0 56 5D 3B 5 57 16
Octal 150 17 7 0 126 135 73 5 127 26
Binary 1101000 1111 111 0 1010110 1011101 111011 101 1010111 10110

Color Harmonies of #680F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F07

Black with #680F07

Text Example


Text Example

White with #680F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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