Html Css Color HEX #705636 Shingle Fawn

📋 copy color: '#705636'

red 112 ◦ green 86 ◦ blue 54

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

Shades of Shingle Fawn #705636

Tints of Shingle Fawn #705636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 54 (21.48% from 255) = 21.43%

R = 44.44%
G = 34.13%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#705636 (or 0x705636) is known color: Shingle Fawn. HEX triplet: 70, 56 and 36. RGB value is (112,86,54). Sum of RGB (Red+Green+Blue) = 112+86+54=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #705636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705636 is #8FA9C9. Grayscale: #5A5A5A. Windows color (decimal): -9415114 or 3561072. OLE color: 3561072.

HSL color Cylindrical-coordinate representation of color #705636: hue angle of 33.1º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705636 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 54 -
CMYK 0 0.23 0.52 0.56
HSL 33.1º 0.35% 0.33% -
HSV(B) 33.1º 0.52% 0.44% -
XYZ 10.68 10.37 4.93 -
YUV 90.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 112 86 54 0 0.23 0.52 0.56 33.1 0.35 0.33
Hex 70 56 36 0 17 34 38 21 23 21
Octal 160 126 66 0 27 64 70 41 43 41
Binary 1110000 1010110 110110 0 10111 110100 111000 100001 100011 100001

Color Harmonies of #705636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705636

Black with #705636

Text Example


Text Example

White with #705636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705636; }

 p { color: rgb(112,86,54); }

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

background-color css

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

 a { background-color: rgb(112,86,54); }

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

border-color css

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

 span { border-color: rgb(112,86,54); }

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