#8C685C

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

Shades of Beaver #8C685C

Tints of Beaver #8C685C

Color information

#8C685C (or 0x8C685C) is unknown color: approx Beaver. HEX triplet: 8C, 68 and 5C. RGB value is (140,104,92). Sum of RGB (Red+Green+Blue) = 140+104+92=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C685C is #7397A3. Grayscale: #717171. Windows color (decimal): -7575460 or 6056076. OLE color: 6056076.

HSL color Cylindrical-coordinate representation of color #8C685C: hue angle of 15º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C685C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14010492-
CMYK00.260.340.45
HSL15º20.69%45.49%-
HSV(B)15º34.29%54.9%-
XYZ17.716.2512.33-
YUV113.4115.93146.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=41.67%
G=30.95%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401049200.260.340.451520.6945.49
Hex8C685C01A222Df152d
Octal2141501340324255172555
Binary1000110011010001011100011010100010101101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,92); }

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

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

 a { background-color: rgb(140,104,92); }

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

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

 span { border-color: rgb(140,104,92); }

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