Html Css Color HEX #715636 Shingle Fawn

📋 copy color: '#715636'

red 113 ◦ green 86 ◦ blue 54

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

Shades of Shingle Fawn #715636

Tints of Shingle Fawn #715636

RGB

 RED value IS 113 (44.53% from 255) = 44.66%

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

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

R = 44.66%
G = 33.99%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#715636 (or 0x715636) is known color: Shingle Fawn. HEX triplet: 71, 56 and 36. RGB value is (113,86,54). Sum of RGB (Red+Green+Blue) = 113+86+54=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #715636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715636 is #8EA9C9. Grayscale: #5A5A5A. Windows color (decimal): -9349578 or 3561073. OLE color: 3561073.

HSL color Cylindrical-coordinate representation of color #715636: hue angle of 32.54º 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 #715636 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 54 -
CMYK 0 0.24 0.52 0.56
HSL 32.54º 0.35% 0.33% -
HSV(B) 32.54º 0.52% 0.44% -
XYZ 10.8 10.43 4.93 -
YUV 90.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 113 86 54 0 0.24 0.52 0.56 32.54 0.35 0.33
Hex 71 56 36 0 18 34 38 21 23 21
Octal 161 126 66 0 30 64 70 41 43 41
Binary 1110001 1010110 110110 0 11000 110100 111000 100001 100011 100001

Color Harmonies of #715636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715636

Black with #715636

Text Example


Text Example

White with #715636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715636; }

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

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

background-color css

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

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

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

border-color css

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

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

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