#8C6D60

Color #8C6D60 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8C6D60

Tints of Beaver #8C6D60

Color information

#8C6D60 (or 0x8C6D60) is unknown color: approx Beaver. HEX triplet: 8C, 6D and 60. RGB value is (140,109,96). Sum of RGB (Red+Green+Blue) = 140+109+96=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D60 is #73929F. Grayscale: #747474. Windows color (decimal): -7574176 or 6319500. OLE color: 6319500.

HSL color Cylindrical-coordinate representation of color #8C6D60: hue angle of 17.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6D60 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB14010996-
CMYK00.220.310.45
HSL17.73º18.64%46.27%-
HSV(B)17.73º31.43%54.9%-
XYZ18.417.3613.45-
YUV116.79116.27144.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=40.58%
G=31.59%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401099600.220.310.4517.7318.6446.27
Hex8C6D600161F2D12132e
Octal2141551400263755222356
Binary1000110011011011100000010110111111011011001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6D60; }

 p { color: rgb(140,109,96); }

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

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

 a { background-color: rgb(140,109,96); }

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

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

 span { border-color: rgb(140,109,96); }

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