Html Css Color HEX #8C6B5B Beaver

📋 copy color: '#8C6B5B'

red 140 ◦ green 107 ◦ blue 91

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

Shades of Beaver #8C6B5B

Tints of Beaver #8C6B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 41.42%
G = 31.66%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C6B5B (or 0x8C6B5B) is known color: Beaver. HEX triplet: 8C, 6B and 5B. RGB value is (140,107,91). Sum of RGB (Red+Green+Blue) = 140+107+91=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B5B is #7394A4. Grayscale: #737373. Windows color (decimal): -7574693 or 5991308. OLE color: 5991308.

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

Color convert

RGB 140 107 91 -
CMYK 0 0.24 0.35 0.45
HSL 19.59º 0.21% 0.45% -
HSV(B) 19.59º 0.35% 0.55% -
XYZ 17.96 16.85 12.2 -
YUV 115.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 140 107 91 0 0.24 0.35 0.45 19.59 0.21 0.45
Hex 8C 6B 5B 0 18 23 2D 14 15 2D
Octal 214 153 133 0 30 43 55 24 25 55
Binary 10001100 1101011 1011011 0 11000 100011 101101 10100 10101 101101

Color Harmonies of #8C6B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B5B

Black with #8C6B5B

Text Example


Text Example

White with #8C6B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,91); }

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

background-color css

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

 a { background-color: rgb(140,107,91); }

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

border-color css

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

 span { border-color: rgb(140,107,91); }

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