Html Css Color HEX #706965 Russett

📋 copy color: '#706965'

red 112 ◦ green 105 ◦ blue 101

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

Shades of Russett #706965

Tints of Russett #706965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

 BLUE value IS 101 (39.84% from 255) = 31.76%

R = 35.22%
G = 33.02%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706965 (or 0x706965) is known color: Russett. HEX triplet: 70, 69 and 65. RGB value is (112,105,101). Sum of RGB (Red+Green+Blue) = 112+105+101=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706965 is #8F969A. Grayscale: #6A6A6A. Windows color (decimal): -9410203 or 6646128. OLE color: 6646128.

HSL color Cylindrical-coordinate representation of color #706965: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706965 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 101 -
CMYK 0 0.06 0.10 0.56
HSL 21.82º 0.05% 0.42% -
HSV(B) 21.82º 0.1% 0.44% -
XYZ 14.08 14.49 14.37 -
YUV 106.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 112 105 101 0 0.06 0.10 0.56 21.82 0.05 0.42
Hex 70 69 65 0 6 A 38 16 5 2A
Octal 160 151 145 0 6 12 70 26 5 52
Binary 1110000 1101001 1100101 0 110 1010 111000 10110 101 101010

Color Harmonies of #706965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706965

Black with #706965

Text Example


Text Example

White with #706965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706965; }

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

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

background-color css

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

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

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

border-color css

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

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

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