Html Css Color HEX #705B3C Shingle Fawn

📋 copy color: '#705B3C'

red 112 ◦ green 91 ◦ blue 60

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

Shades of Shingle Fawn #705B3C

Tints of Shingle Fawn #705B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 42.59%
G = 34.6%
B = 22.81%

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

#705B3C (or 0x705B3C) is known color: Shingle Fawn. HEX triplet: 70, 5B and 3C. RGB value is (112,91,60). Sum of RGB (Red+Green+Blue) = 112+91+60=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B3C is #8FA4C3. Grayscale: #5D5D5D. Windows color (decimal): -9413828 or 3955568. OLE color: 3955568.

HSL color Cylindrical-coordinate representation of color #705B3C: hue angle of 35.77º degrees, saturation: 0.3, 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 #705B3C is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 60 -
CMYK 0 0.19 0.46 0.56
HSL 35.77º 0.3% 0.34% -
HSV(B) 35.77º 0.46% 0.44% -
XYZ 11.24 11.25 5.85 -
YUV 93.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 112 91 60 0 0.19 0.46 0.56 35.77 0.3 0.34
Hex 70 5B 3C 0 13 2E 38 24 1E 22
Octal 160 133 74 0 23 56 70 44 36 42
Binary 1110000 1011011 111100 0 10011 101110 111000 100100 11110 100010

Color Harmonies of #705B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B3C

Black with #705B3C

Text Example


Text Example

White with #705B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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