Html Css Color HEX #680E02 Maroon

📋 copy color: '#680E02'

red 104 ◦ green 14 ◦ blue 2

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

Shades of Maroon #680E02

Tints of Maroon #680E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.67%

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

R = 86.67%
G = 11.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#680E02 (or 0x680E02) is known color: Maroon. HEX triplet: 68, 0E and 02. RGB value is (104,14,2). Sum of RGB (Red+Green+Blue) = 104+14+2=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #680E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E02 is #97F1FD. Grayscale: #272727. Windows color (decimal): -9957886 or 134760. OLE color: 134760.

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

Color convert

RGB 104 14 2 -
CMYK 0 0.87 0.98 0.59
HSL 7.06º 0.96% 0.21% -
HSV(B) 7.06º 0.98% 0.41% -
XYZ 5.88 3.26 0.38 -
YUV 39.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 104 14 2 0 0.87 0.98 0.59 7.06 0.96 0.21
Hex 68 E 2 0 57 62 3B 7 60 15
Octal 150 16 2 0 127 142 73 7 140 25
Binary 1101000 1110 10 0 1010111 1100010 111011 111 1100000 10101

Color Harmonies of #680E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E02

Black with #680E02

Text Example


Text Example

White with #680E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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