Html Css Color HEX #70635F Russett

📋 copy color: '#70635F'

red 112 ◦ green 99 ◦ blue 95

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

Shades of Russett #70635F

Tints of Russett #70635F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 36.6%
G = 32.35%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70635F (or 0x70635F) is known color: Russett. HEX triplet: 70, 63 and 5F. RGB value is (112,99,95). Sum of RGB (Red+Green+Blue) = 112+99+95=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #70635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70635F is #8F9CA0. Grayscale: #666666. Windows color (decimal): -9411745 or 6251376. OLE color: 6251376.

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

Color convert

RGB 112 99 95 -
CMYK 0 0.12 0.15 0.56
HSL 14.12º 0.08% 0.41% -
HSV(B) 14.12º 0.15% 0.44% -
XYZ 13.21 13.19 12.68 -
YUV 102.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 112 99 95 0 0.12 0.15 0.56 14.12 0.08 0.41
Hex 70 63 5F 0 C F 38 E 8 29
Octal 160 143 137 0 14 17 70 16 10 51
Binary 1110000 1100011 1011111 0 1100 1111 111000 1110 1000 101001

Color Harmonies of #70635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70635F

Black with #70635F

Text Example


Text Example

White with #70635F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70635F; }

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

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

background-color css

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

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

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

border-color css

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

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

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