Html Css Color HEX #680904 Maroon

📋 copy color: '#680904'

red 104 ◦ green 9 ◦ blue 4

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

Shades of Maroon #680904

Tints of Maroon #680904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

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

R = 88.89%
G = 7.69%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680904 (or 0x680904) is known color: Maroon. HEX triplet: 68, 09 and 04. RGB value is (104,9,4). Sum of RGB (Red+Green+Blue) = 104+9+4=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680904 is #97F6FB. Grayscale: #242424. Windows color (decimal): -9959164 or 264552. OLE color: 264552.

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

Color convert

RGB 104 9 4 -
CMYK 0 0.91 0.96 0.59
HSL 0.93% 0.21% -
HSV(B) 0.96% 0.41% -
XYZ 5.83 3.15 0.42 -
YUV 36.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 104 9 4 0 0.91 0.96 0.59 3 0.93 0.21
Hex 68 9 4 0 5B 60 3B 3 5D 15
Octal 150 11 4 0 133 140 73 3 135 25
Binary 1101000 1001 100 0 1011011 1100000 111011 11 1011101 10101

Color Harmonies of #680904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680904

Black with #680904

Text Example


Text Example

White with #680904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680904; }

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

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

background-color css

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

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

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

border-color css

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

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

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