Html Css Color HEX #706361 Dim Gray

📋 copy color: '#706361'

red 112 ◦ green 99 ◦ blue 97

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

Shades of Dim Gray #706361

Tints of Dim Gray #706361

RGB

 RED value IS 112 (44.14% from 255) = 36.36%

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 36.36%
G = 32.14%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706361 (or 0x706361) is known color: Dim Gray. HEX triplet: 70, 63 and 61. RGB value is (112,99,97). Sum of RGB (Red+Green+Blue) = 112+99+97=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706361 is #8F9C9E. Grayscale: #666666. Windows color (decimal): -9411743 or 6382448. OLE color: 6382448.

HSL color Cylindrical-coordinate representation of color #706361: hue angle of 8º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706361 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 97 -
CMYK 0 0.12 0.13 0.56
HSL 0.07% 0.41% -
HSV(B) 0.13% 0.44% -
XYZ 13.3 13.23 13.16 -
YUV 102.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 112 99 97 0 0.12 0.13 0.56 8 0.07 0.41
Hex 70 63 61 0 C D 38 8 7 29
Octal 160 143 141 0 14 15 70 10 7 51
Binary 1110000 1100011 1100001 0 1100 1101 111000 1000 111 101001

Color Harmonies of #706361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706361

Black with #706361

Text Example


Text Example

White with #706361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706361; }

 p { color: rgb(112,99,97); }

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

background-color css

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

 a { background-color: rgb(112,99,97); }

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

border-color css

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

 span { border-color: rgb(112,99,97); }

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