Html Css Color HEX #705633 Shingle Fawn

📋 copy color: '#705633'

red 112 ◦ green 86 ◦ blue 51

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

Shades of Shingle Fawn #705633

Tints of Shingle Fawn #705633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 44.98%
G = 34.54%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#705633 (or 0x705633) is known color: Shingle Fawn. HEX triplet: 70, 56 and 33. RGB value is (112,86,51). Sum of RGB (Red+Green+Blue) = 112+86+51=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705633 is #8FA9CC. Grayscale: #595959. Windows color (decimal): -9415117 or 3364464. OLE color: 3364464.

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

Color convert

RGB 112 86 51 -
CMYK 0 0.23 0.54 0.56
HSL 34.43º 0.37% 0.32% -
HSV(B) 34.43º 0.54% 0.44% -
XYZ 10.61 10.34 4.57 -
YUV 89.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 112 86 51 0 0.23 0.54 0.56 34.43 0.37 0.32
Hex 70 56 33 0 17 36 38 22 25 20
Octal 160 126 63 0 27 66 70 42 45 40
Binary 1110000 1010110 110011 0 10111 110110 111000 100010 100101 100000

Color Harmonies of #705633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705633

Black with #705633

Text Example


Text Example

White with #705633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705633; }

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

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

background-color css

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

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

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

border-color css

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

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

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