Html Css Color HEX #681005 Maroon

📋 copy color: '#681005'

red 104 ◦ green 16 ◦ blue 5

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

Shades of Maroon #681005

Tints of Maroon #681005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 83.2%
G = 12.8%
B = 4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681005 (or 0x681005) is known color: Maroon. HEX triplet: 68, 10 and 05. RGB value is (104,16,5). Sum of RGB (Red+Green+Blue) = 104+16+5=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #681005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681005 is #97EFFA. Grayscale: #292929. Windows color (decimal): -9957371 or 331880. OLE color: 331880.

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

Color convert

RGB 104 16 5 -
CMYK 0 0.85 0.95 0.59
HSL 6.67º 0.91% 0.21% -
HSV(B) 6.67º 0.95% 0.41% -
XYZ 5.92 3.32 0.47 -
YUV 41.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 104 16 5 0 0.85 0.95 0.59 6.67 0.91 0.21
Hex 68 10 5 0 55 5F 3B 7 5B 15
Octal 150 20 5 0 125 137 73 7 133 25
Binary 1101000 10000 101 0 1010101 1011111 111011 111 1011011 10101

Color Harmonies of #681005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681005

Black with #681005

Text Example


Text Example

White with #681005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681005; }

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

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

background-color css

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

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

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

border-color css

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

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

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