Html Css Color HEX #680F05 Maroon

📋 copy color: '#680F05'

red 104 ◦ green 15 ◦ blue 5

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

Shades of Maroon #680F05

Tints of Maroon #680F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.03%

R = 83.87%
G = 12.1%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680F05 (or 0x680F05) is known color: Maroon. HEX triplet: 68, 0F and 05. RGB value is (104,15,5). Sum of RGB (Red+Green+Blue) = 104+15+5=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #680F05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F05 is #97F0FA. Grayscale: #282828. Windows color (decimal): -9957627 or 331624. OLE color: 331624.

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

Color convert

RGB 104 15 5 -
CMYK 0 0.86 0.95 0.59
HSL 6.06º 0.91% 0.21% -
HSV(B) 6.06º 0.95% 0.41% -
XYZ 5.91 3.3 0.47 -
YUV 40.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 104 15 5 0 0.86 0.95 0.59 6.06 0.91 0.21
Hex 68 F 5 0 56 5F 3B 6 5B 15
Octal 150 17 5 0 126 137 73 6 133 25
Binary 1101000 1111 101 0 1010110 1011111 111011 110 1011011 10101

Color Harmonies of #680F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F05

Black with #680F05

Text Example


Text Example

White with #680F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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