Html Css Color HEX #680F03 Maroon

📋 copy color: '#680F03'

red 104 ◦ green 15 ◦ blue 3

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

Shades of Maroon #680F03

Tints of Maroon #680F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 85.25%
G = 12.3%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#680F03 (or 0x680F03) is known color: Maroon. HEX triplet: 68, 0F and 03. RGB value is (104,15,3). Sum of RGB (Red+Green+Blue) = 104+15+3=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F03 is #97F0FC. Grayscale: #282828. Windows color (decimal): -9957629 or 200552. OLE color: 200552.

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

Color convert

RGB 104 15 3 -
CMYK 0 0.86 0.97 0.59
HSL 7.13º 0.94% 0.21% -
HSV(B) 7.13º 0.97% 0.41% -
XYZ 5.9 3.29 0.41 -
YUV 40.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 104 15 3 0 0.86 0.97 0.59 7.13 0.94 0.21
Hex 68 F 3 0 56 61 3B 7 5E 15
Octal 150 17 3 0 126 141 73 7 136 25
Binary 1101000 1111 11 0 1010110 1100001 111011 111 1011110 10101

Color Harmonies of #680F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F03

Black with #680F03

Text Example


Text Example

White with #680F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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