#695638

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

Shades of Shingle Fawn #695638

Tints of Shingle Fawn #695638

Color information

#695638 (or 0x695638) is unknown color: approx Shingle Fawn. HEX triplet: 69, 56 and 38. RGB value is (105,86,56). Sum of RGB (Red+Green+Blue) = 105+86+56=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #695638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695638 is #96A9C7. Grayscale: #585858. Windows color (decimal): -9873864 or 3692137. OLE color: 3692137.

HSL color Cylindrical-coordinate representation of color #695638: hue angle of 36.73º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #695638 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1058656-
CMYK00.180.470.59
HSL36.73º30.43%31.57%-
HSV(B)36.73º46.67%41.18%-
XYZ9.879.945.14-
YUV88.26109.79139.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=42.51%
G=34.82%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105865600.180.470.5936.7330.4331.57
Hex6956380122F3B251e20
Octal151126700225773453640
Binary1101001101011011100001001010111111101110010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695638; }

 p { color: rgb(105,86,56); }

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

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

 a { background-color: rgb(105,86,56); }

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

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

 span { border-color: rgb(105,86,56); }

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