Html Css Color HEX #680504 Maroon

📋 copy color: '#680504'

red 104 ◦ green 5 ◦ blue 4

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

Shades of Maroon #680504

Tints of Maroon #680504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.42%

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

R = 92.04%
G = 4.42%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#680504 (or 0x680504) is known color: Maroon. HEX triplet: 68, 05 and 04. RGB value is (104,5,4). Sum of RGB (Red+Green+Blue) = 104+5+4=113 (14% of max value = 765). Red value is 104 (41.02% from 255 or 92.04% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 104 - color contains mainly: red. Hex color #680504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680504 is #97FAFB. Grayscale: #222222. Windows color (decimal): -9960188 or 263528. OLE color: 263528.

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

Color convert

RGB 104 5 4 -
CMYK 0 0.95 0.96 0.59
HSL 0.6º 0.93% 0.21% -
HSV(B) 0.6º 0.96% 0.41% -
XYZ 5.79 3.06 0.4 -
YUV 34.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 104 5 4 0 0.95 0.96 0.59 0.6 0.93 0.21
Hex 68 5 4 0 5F 60 3B 1 5D 15
Octal 150 5 4 0 137 140 73 1 135 25
Binary 1101000 101 100 0 1011111 1100000 111011 1 1011101 10101

Color Harmonies of #680504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680504

Black with #680504

Text Example


Text Example

White with #680504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680504; }

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

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

background-color css

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

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

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

border-color css

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

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

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