Html Css Color HEX #8A6B5D Beaver

📋 copy color: '#8A6B5D'

red 138 ◦ green 107 ◦ blue 93

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

Shades of Beaver #8A6B5D

Tints of Beaver #8A6B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 40.83%
G = 31.66%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A6B5D (or 0x8A6B5D) is known color: Beaver. HEX triplet: 8A, 6B and 5D. RGB value is (138,107,93). Sum of RGB (Red+Green+Blue) = 138+107+93=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B5D is #7594A2. Grayscale: #727272. Windows color (decimal): -7705763 or 6122378. OLE color: 6122378.

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

Color convert

RGB 138 107 93 -
CMYK 0 0.22 0.33 0.46
HSL 18.67º 0.19% 0.45% -
HSV(B) 18.67º 0.33% 0.54% -
XYZ 17.71 16.71 12.65 -
YUV 114.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 138 107 93 0 0.22 0.33 0.46 18.67 0.19 0.45
Hex 8A 6B 5D 0 16 21 2E 13 13 2D
Octal 212 153 135 0 26 41 56 23 23 55
Binary 10001010 1101011 1011101 0 10110 100001 101110 10011 10011 101101

Color Harmonies of #8A6B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B5D

Black with #8A6B5D

Text Example


Text Example

White with #8A6B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,107,93); }

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

background-color css

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

 a { background-color: rgb(138,107,93); }

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

border-color css

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

 span { border-color: rgb(138,107,93); }

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