Html Css Color HEX #680604 Maroon

📋 copy color: '#680604'

red 104 ◦ green 6 ◦ blue 4

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

Shades of Maroon #680604

Tints of Maroon #680604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.51%

R = 91.23%
G = 5.26%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680604 (or 0x680604) is known color: Maroon. HEX triplet: 68, 06 and 04. RGB value is (104,6,4). Sum of RGB (Red+Green+Blue) = 104+6+4=114 (15% of max value = 765). Red value is 104 (41.02% from 255 or 91.23% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 104 - color contains mainly: red. Hex color #680604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680604 is #97F9FB. Grayscale: #232323. Windows color (decimal): -9959932 or 263784. OLE color: 263784.

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

Color convert

RGB 104 6 4 -
CMYK 0 0.94 0.96 0.59
HSL 1.2º 0.93% 0.21% -
HSV(B) 1.2º 0.96% 0.41% -
XYZ 5.8 3.08 0.4 -
YUV 35.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 104 6 4 0 0.94 0.96 0.59 1.2 0.93 0.21
Hex 68 6 4 0 5E 60 3B 1 5D 15
Octal 150 6 4 0 136 140 73 1 135 25
Binary 1101000 110 100 0 1011110 1100000 111011 1 1011101 10101

Color Harmonies of #680604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680604

Black with #680604

Text Example


Text Example

White with #680604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680604; }

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

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

background-color css

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

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

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

border-color css

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

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

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