Html Css Color HEX #680704 Maroon

📋 copy color: '#680704'

red 104 ◦ green 7 ◦ blue 4

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

Shades of Maroon #680704

Tints of Maroon #680704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.09%

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

R = 90.43%
G = 6.09%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680704 (or 0x680704) is known color: Maroon. HEX triplet: 68, 07 and 04. RGB value is (104,7,4). Sum of RGB (Red+Green+Blue) = 104+7+4=115 (15% of max value = 765). Red value is 104 (41.02% from 255 or 90.43% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 104 - color contains mainly: red. Hex color #680704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680704 is #97F8FB. Grayscale: #232323. Windows color (decimal): -9959676 or 264040. OLE color: 264040.

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

Color convert

RGB 104 7 4 -
CMYK 0 0.93 0.96 0.59
HSL 1.8º 0.93% 0.21% -
HSV(B) 1.8º 0.96% 0.41% -
XYZ 5.81 3.1 0.41 -
YUV 35.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 104 7 4 0 0.93 0.96 0.59 1.8 0.93 0.21
Hex 68 7 4 0 5D 60 3B 2 5D 15
Octal 150 7 4 0 135 140 73 2 135 25
Binary 1101000 111 100 0 1011101 1100000 111011 10 1011101 10101

Color Harmonies of #680704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680704

Black with #680704

Text Example


Text Example

White with #680704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680704; }

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

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

background-color css

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

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

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

border-color css

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

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

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