Html Css Color HEX #706B69 Russett

📋 copy color: '#706B69'

red 112 ◦ green 107 ◦ blue 105

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

Shades of Russett #706B69

Tints of Russett #706B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.02%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 34.57%
G = 33.02%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#706B69 (or 0x706B69) is known color: Russett. HEX triplet: 70, 6B and 69. RGB value is (112,107,105). Sum of RGB (Red+Green+Blue) = 112+107+105=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #706B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B69 is #8F9496. Grayscale: #6C6C6C. Windows color (decimal): -9409687 or 6908784. OLE color: 6908784.

HSL color Cylindrical-coordinate representation of color #706B69: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706B69 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 105 -
CMYK 0 0.04 0.06 0.56
HSL 17.14º 0.03% 0.43% -
HSV(B) 17.14º 0.06% 0.44% -
XYZ 14.49 14.98 15.49 -
YUV 108.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 112 107 105 0 0.04 0.06 0.56 17.14 0.03 0.43
Hex 70 6B 69 0 4 6 38 11 3 2B
Octal 160 153 151 0 4 6 70 21 3 53
Binary 1110000 1101011 1101001 0 100 110 111000 10001 11 101011

Color Harmonies of #706B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B69

Black with #706B69

Text Example


Text Example

White with #706B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B69; }

 p { color: rgb(112,107,105); }

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

background-color css

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

 a { background-color: rgb(112,107,105); }

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

border-color css

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

 span { border-color: rgb(112,107,105); }

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