#775636

Color #775636 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #775636

Tints of Shingle Fawn #775636

Color information

#775636 (or 0x775636) is unknown color: approx Shingle Fawn. HEX triplet: 77, 56 and 36. RGB value is (119,86,54). Sum of RGB (Red+Green+Blue) = 119+86+54=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775636 is #88A9C9. Grayscale: #5C5C5C. Windows color (decimal): -8956362 or 3561079. OLE color: 3561079.

HSL color Cylindrical-coordinate representation of color #775636: hue angle of 29.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775636 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1198654-
CMYK00.280.550.53
HSL29.54º37.57%33.92%-
HSV(B)29.54º54.62%46.67%-
XYZ11.610.844.97-
YUV92.22106.43147.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=45.95%
G=33.20%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119865400.280.550.5329.5437.5733.92
Hex77563601C37351e2622
Octal167126660346765364642
Binary1110111101011011011001110011011111010111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775636; }

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

 H1.HeaderClassName
 {
   color: #775636;
 }
 .AnyTagClassName
 {
   color: #775636;
 }
</style>
background-color css

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

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

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

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

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

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