Html Css Color HEX #680905 Maroon

📋 copy color: '#680905'

red 104 ◦ green 9 ◦ blue 5

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

Shades of Maroon #680905

Tints of Maroon #680905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

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

R = 88.14%
G = 7.63%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#680905 (or 0x680905) is known color: Maroon. HEX triplet: 68, 09 and 05. RGB value is (104,9,5). Sum of RGB (Red+Green+Blue) = 104+9+5=118 (15% of max value = 765). Red value is 104 (41.02% from 255 or 88.14% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 104 - color contains mainly: red. Hex color #680905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680905 is #97F6FA. Grayscale: #252525. Windows color (decimal): -9959163 or 330088. OLE color: 330088.

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

Color convert

RGB 104 9 5 -
CMYK 0 0.91 0.95 0.59
HSL 2.42º 0.91% 0.21% -
HSV(B) 2.42º 0.95% 0.41% -
XYZ 5.83 3.15 0.44 -
YUV 36.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 104 9 5 0 0.91 0.95 0.59 2.42 0.91 0.21
Hex 68 9 5 0 5B 5F 3B 2 5B 15
Octal 150 11 5 0 133 137 73 2 133 25
Binary 1101000 1001 101 0 1011011 1011111 111011 10 1011011 10101

Color Harmonies of #680905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680905

Black with #680905

Text Example


Text Example

White with #680905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680905; }

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

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

background-color css

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

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

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

border-color css

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

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

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