Html Css Color HEX #680F02 Maroon

📋 copy color: '#680F02'

red 104 ◦ green 15 ◦ blue 2

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

Shades of Maroon #680F02

Tints of Maroon #680F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 85.95%
G = 12.4%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#680F02 (or 0x680F02) is known color: Maroon. HEX triplet: 68, 0F and 02. RGB value is (104,15,2). Sum of RGB (Red+Green+Blue) = 104+15+2=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #680F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F02 is #97F0FD. Grayscale: #282828. Windows color (decimal): -9957630 or 135016. OLE color: 135016.

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

Color convert

RGB 104 15 2 -
CMYK 0 0.86 0.98 0.59
HSL 7.65º 0.96% 0.21% -
HSV(B) 7.65º 0.98% 0.41% -
XYZ 5.89 3.29 0.38 -
YUV 40.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 104 15 2 0 0.86 0.98 0.59 7.65 0.96 0.21
Hex 68 F 2 0 56 62 3B 8 60 15
Octal 150 17 2 0 126 142 73 10 140 25
Binary 1101000 1111 10 0 1010110 1100010 111011 1000 1100000 10101

Color Harmonies of #680F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F02

Black with #680F02

Text Example


Text Example

White with #680F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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