Html Css Color HEX #705B3D Shingle Fawn

📋 copy color: '#705B3D'

red 112 ◦ green 91 ◦ blue 61

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

Shades of Shingle Fawn #705B3D

Tints of Shingle Fawn #705B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.47%

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 42.42%
G = 34.47%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#705B3D (or 0x705B3D) is known color: Shingle Fawn. HEX triplet: 70, 5B and 3D. RGB value is (112,91,61). Sum of RGB (Red+Green+Blue) = 112+91+61=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B3D is #8FA4C2. Grayscale: #5D5D5D. Windows color (decimal): -9413827 or 4021104. OLE color: 4021104.

HSL color Cylindrical-coordinate representation of color #705B3D: hue angle of 35.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705B3D is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 61 -
CMYK 0 0.19 0.46 0.56
HSL 35.29º 0.29% 0.34% -
HSV(B) 35.29º 0.46% 0.44% -
XYZ 11.27 11.26 6 -
YUV 93.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 112 91 61 0 0.19 0.46 0.56 35.29 0.29 0.34
Hex 70 5B 3D 0 13 2E 38 23 1D 22
Octal 160 133 75 0 23 56 70 43 35 42
Binary 1110000 1011011 111101 0 10011 101110 111000 100011 11101 100010

Color Harmonies of #705B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B3D

Black with #705B3D

Text Example


Text Example

White with #705B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B3D; }

 p { color: rgb(112,91,61); }

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

background-color css

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

 a { background-color: rgb(112,91,61); }

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

border-color css

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

 span { border-color: rgb(112,91,61); }

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