Html Css Color HEX #680D05 Maroon

📋 copy color: '#680D05'

red 104 ◦ green 13 ◦ blue 5

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

Shades of Maroon #680D05

Tints of Maroon #680D05

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

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

R = 85.25%
G = 10.66%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680D05 (or 0x680D05) is known color: Maroon. HEX triplet: 68, 0D and 05. RGB value is (104,13,5). Sum of RGB (Red+Green+Blue) = 104+13+5=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #680D05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D05 is #97F2FA. Grayscale: #272727. Windows color (decimal): -9958139 or 331112. OLE color: 331112.

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

Color convert

RGB 104 13 5 -
CMYK 0 0.88 0.95 0.59
HSL 4.85º 0.91% 0.21% -
HSV(B) 4.85º 0.95% 0.41% -
XYZ 5.88 3.24 0.46 -
YUV 39.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 104 13 5 0 0.88 0.95 0.59 4.85 0.91 0.21
Hex 68 D 5 0 58 5F 3B 5 5B 15
Octal 150 15 5 0 130 137 73 5 133 25
Binary 1101000 1101 101 0 1011000 1011111 111011 101 1011011 10101

Color Harmonies of #680D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D05

Black with #680D05

Text Example


Text Example

White with #680D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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