Html Css Color HEX #8A6B61 Beaver

📋 copy color: '#8A6B61'

red 138 ◦ green 107 ◦ blue 97

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

Shades of Beaver #8A6B61

Tints of Beaver #8A6B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 40.35%
G = 31.29%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A6B61 (or 0x8A6B61) is known color: Beaver. HEX triplet: 8A, 6B and 61. RGB value is (138,107,97). Sum of RGB (Red+Green+Blue) = 138+107+97=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B61 is #75949E. Grayscale: #737373. Windows color (decimal): -7705759 or 6384522. OLE color: 6384522.

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

Color convert

RGB 138 107 97 -
CMYK 0 0.22 0.30 0.46
HSL 14.63º 0.17% 0.46% -
HSV(B) 14.63º 0.3% 0.54% -
XYZ 17.9 16.78 13.61 -
YUV 115.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 138 107 97 0 0.22 0.30 0.46 14.63 0.17 0.46
Hex 8A 6B 61 0 16 1E 2E F 11 2E
Octal 212 153 141 0 26 36 56 17 21 56
Binary 10001010 1101011 1100001 0 10110 11110 101110 1111 10001 101110

Color Harmonies of #8A6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B61

Black with #8A6B61

Text Example


Text Example

White with #8A6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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