Html Css Color HEX #610706 Maroon

📋 copy color: '#610706'

red 97 ◦ green 7 ◦ blue 6

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

Shades of Maroon #610706

Tints of Maroon #610706

RGB

 RED value IS 97 (38.28% from 255) = 88.18%

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

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 88.18%
G = 6.36%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#610706 (or 0x610706) is known color: Maroon. HEX triplet: 61, 07 and 06. RGB value is (97,7,6). Sum of RGB (Red+Green+Blue) = 97+7+6=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610706 is #9EF8F9. Grayscale: #212121. Windows color (decimal): -10418426 or 395105. OLE color: 395105.

HSL color Cylindrical-coordinate representation of color #610706: hue angle of 0.66º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610706 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 7 6 -
CMYK 0 0.93 0.94 0.62
HSL 0.66º 0.88% 0.2% -
HSV(B) 0.66º 0.94% 0.38% -
XYZ 5.04 2.71 0.43 -
YUV 33.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 97 7 6 0 0.93 0.94 0.62 0.66 0.88 0.2
Hex 61 7 6 0 5D 5E 3E 1 58 14
Octal 141 7 6 0 135 136 76 1 130 24
Binary 1100001 111 110 0 1011101 1011110 111110 1 1011000 10100

Color Harmonies of #610706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610706

Black with #610706

Text Example


Text Example

White with #610706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610706; }

 p { color: rgb(97,7,6); }

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

background-color css

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

 a { background-color: rgb(97,7,6); }

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

border-color css

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

 span { border-color: rgb(97,7,6); }

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