Html Css Color HEX #680602 Maroon

📋 copy color: '#680602'

red 104 ◦ green 6 ◦ blue 2

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

Shades of Maroon #680602

Tints of Maroon #680602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.36%

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

R = 92.86%
G = 5.36%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#680602 (or 0x680602) is known color: Maroon. HEX triplet: 68, 06 and 02. RGB value is (104,6,2). Sum of RGB (Red+Green+Blue) = 104+6+2=112 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.86% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 104 - color contains mainly: red. Hex color #680602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680602 is #97F9FD. Grayscale: #222222. Windows color (decimal): -9959934 or 132712. OLE color: 132712.

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

Color convert

RGB 104 6 2 -
CMYK 0 0.94 0.98 0.59
HSL 2.35º 0.96% 0.21% -
HSV(B) 2.35º 0.98% 0.41% -
XYZ 5.79 3.08 0.35 -
YUV 34.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 104 6 2 0 0.94 0.98 0.59 2.35 0.96 0.21
Hex 68 6 2 0 5E 62 3B 2 60 15
Octal 150 6 2 0 136 142 73 2 140 25
Binary 1101000 110 10 0 1011110 1100010 111011 10 1100000 10101

Color Harmonies of #680602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680602

Black with #680602

Text Example


Text Example

White with #680602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680602; }

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

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

background-color css

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

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

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

border-color css

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

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

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