Html Css Color HEX #680705 Maroon

📋 copy color: '#680705'

red 104 ◦ green 7 ◦ blue 5

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

Shades of Maroon #680705

Tints of Maroon #680705

RGB

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

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

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

R = 89.66%
G = 6.03%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680705 (or 0x680705) is known color: Maroon. HEX triplet: 68, 07 and 05. RGB value is (104,7,5). Sum of RGB (Red+Green+Blue) = 104+7+5=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680705 is #97F8FA. Grayscale: #232323. Windows color (decimal): -9959675 or 329576. OLE color: 329576.

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

Color convert

RGB 104 7 5 -
CMYK 0 0.93 0.95 0.59
HSL 1.21º 0.91% 0.21% -
HSV(B) 1.21º 0.95% 0.41% -
XYZ 5.81 3.11 0.44 -
YUV 35.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 104 7 5 0 0.93 0.95 0.59 1.21 0.91 0.21
Hex 68 7 5 0 5D 5F 3B 1 5B 15
Octal 150 7 5 0 135 137 73 1 133 25
Binary 1101000 111 101 0 1011101 1011111 111011 1 1011011 10101

Color Harmonies of #680705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680705

Black with #680705

Text Example


Text Example

White with #680705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680705; }

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

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

background-color css

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

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

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

border-color css

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

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

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