Html Css Color HEX #8C6D5C Beaver

📋 copy color: '#8C6D5C'

red 140 ◦ green 109 ◦ blue 92

#8C6D5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #8C6D5C

Tints of Beaver #8C6D5C

RGB

 RED value IS 140 (55.08% from 255) = 41.06%

 GREEN value IS 109 (42.97% from 255) = 31.96%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 41.06%
G = 31.96%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C6D5C (or 0x8C6D5C) is known color: Beaver. HEX triplet: 8C, 6D and 5C. RGB value is (140,109,92). Sum of RGB (Red+Green+Blue) = 140+109+92=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D5C is #7392A3. Grayscale: #747474. Windows color (decimal): -7574180 or 6057356. OLE color: 6057356.

HSL color Cylindrical-coordinate representation of color #8C6D5C: hue angle of 21.25º 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 #8C6D5C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 109 92 -
CMYK 0 0.22 0.34 0.45
HSL 21.25º 0.21% 0.45% -
HSV(B) 21.25º 0.34% 0.55% -
XYZ 18.22 17.29 12.5 -
YUV 116.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 140 109 92 0 0.22 0.34 0.45 21.25 0.21 0.45
Hex 8C 6D 5C 0 16 22 2D 15 15 2D
Octal 214 155 134 0 26 42 55 25 25 55
Binary 10001100 1101101 1011100 0 10110 100010 101101 10101 10101 101101

Color Harmonies of #8C6D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6D5C

Black with #8C6D5C

Text Example


Text Example

White with #8C6D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C6D5C;
 }
 .AnyTagClassName
 {
   color: #8C6D5C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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