Html Css Color HEX #680805 Maroon

📋 copy color: '#680805'

red 104 ◦ green 8 ◦ blue 5

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

Shades of Maroon #680805

Tints of Maroon #680805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.84%

 BLUE value IS 5 (2.34% from 255) = 4.27%

R = 88.89%
G = 6.84%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680805 (or 0x680805) is known color: Maroon. HEX triplet: 68, 08 and 05. RGB value is (104,8,5). Sum of RGB (Red+Green+Blue) = 104+8+5=117 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.89% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 104 - color contains mainly: red. Hex color #680805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680805 is #97F7FA. Grayscale: #242424. Windows color (decimal): -9959419 or 329832. OLE color: 329832.

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

Color convert

RGB 104 8 5 -
CMYK 0 0.92 0.95 0.59
HSL 1.82º 0.91% 0.21% -
HSV(B) 1.82º 0.95% 0.41% -
XYZ 5.82 3.13 0.44 -
YUV 36.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 104 8 5 0 0.92 0.95 0.59 1.82 0.91 0.21
Hex 68 8 5 0 5C 5F 3B 2 5B 15
Octal 150 10 5 0 134 137 73 2 133 25
Binary 1101000 1000 101 0 1011100 1011111 111011 10 1011011 10101

Color Harmonies of #680805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680805

Black with #680805

Text Example


Text Example

White with #680805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680805; }

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

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

background-color css

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

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

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

border-color css

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

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

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