#775634

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

Shades of Shingle Fawn #775634

Tints of Shingle Fawn #775634

Color information

#775634 (or 0x775634) is unknown color: approx Shingle Fawn. HEX triplet: 77, 56 and 34. RGB value is (119,86,52). Sum of RGB (Red+Green+Blue) = 119+86+52=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775634 is #88A9CB. Grayscale: #5C5C5C. Windows color (decimal): -8956364 or 3430007. OLE color: 3430007.

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

Color convert

RGB1198652-
CMYK00.280.560.53
HSL30.45º39.18%33.53%-
HSV(B)30.45º56.3%46.67%-
XYZ11.5610.834.73-
YUV91.99105.43147.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=46.30%
G=33.46%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119865200.280.560.5330.4539.1833.53
Hex77563401C38351e2722
Octal167126640347065364742
Binary1110111101011011010001110011100011010111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775634; }

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

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

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

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

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

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

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

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