Html Css Color HEX #8A6D5E Beaver

📋 copy color: '#8A6D5E'

red 138 ◦ green 109 ◦ blue 94

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

Shades of Beaver #8A6D5E

Tints of Beaver #8A6D5E

RGB

 RED value IS 138 (54.3% from 255) = 40.47%

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 40.47%
G = 31.96%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A6D5E (or 0x8A6D5E) is known color: Beaver. HEX triplet: 8A, 6D and 5E. RGB value is (138,109,94). Sum of RGB (Red+Green+Blue) = 138+109+94=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D5E is #7592A1. Grayscale: #747474. Windows color (decimal): -7705250 or 6188426. OLE color: 6188426.

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

Color convert

RGB 138 109 94 -
CMYK 0 0.21 0.32 0.46
HSL 20.45º 0.19% 0.45% -
HSV(B) 20.45º 0.32% 0.54% -
XYZ 17.97 17.15 12.95 -
YUV 115.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 138 109 94 0 0.21 0.32 0.46 20.45 0.19 0.45
Hex 8A 6D 5E 0 15 20 2E 14 13 2D
Octal 212 155 136 0 25 40 56 24 23 55
Binary 10001010 1101101 1011110 0 10101 100000 101110 10100 10011 101101

Color Harmonies of #8A6D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6D5E

Black with #8A6D5E

Text Example


Text Example

White with #8A6D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,109,94); }

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

background-color css

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

 a { background-color: rgb(138,109,94); }

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

border-color css

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

 span { border-color: rgb(138,109,94); }

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