Html Css Color HEX #8B6D62 Beaver

📋 copy color: '#8B6D62'

red 139 ◦ green 109 ◦ blue 98

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

Shades of Beaver #8B6D62

Tints of Beaver #8B6D62

RGB

 RED value IS 139 (54.69% from 255) = 40.17%

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

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 40.17%
G = 31.5%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B6D62 (or 0x8B6D62) is known color: Beaver. HEX triplet: 8B, 6D and 62. RGB value is (139,109,98). Sum of RGB (Red+Green+Blue) = 139+109+98=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D62 is #74929D. Grayscale: #747474. Windows color (decimal): -7639710 or 6450571. OLE color: 6450571.

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

Color convert

RGB 139 109 98 -
CMYK 0 0.22 0.29 0.45
HSL 16.1º 0.17% 0.46% -
HSV(B) 16.1º 0.29% 0.55% -
XYZ 18.32 17.31 13.93 -
YUV 116.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 139 109 98 0 0.22 0.29 0.45 16.1 0.17 0.46
Hex 8B 6D 62 0 16 1D 2D 10 11 2E
Octal 213 155 142 0 26 35 55 20 21 56
Binary 10001011 1101101 1100010 0 10110 11101 101101 10000 10001 101110

Color Harmonies of #8B6D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6D62

Black with #8B6D62

Text Example


Text Example

White with #8B6D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,109,98); }

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

background-color css

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

 a { background-color: rgb(139,109,98); }

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

border-color css

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

 span { border-color: rgb(139,109,98); }

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