Html Css Color HEX #8A695D Beaver

📋 copy color: '#8A695D'

red 138 ◦ green 105 ◦ blue 93

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

Shades of Beaver #8A695D

Tints of Beaver #8A695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

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

R = 41.07%
G = 31.25%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A695D (or 0x8A695D) is known color: Beaver. HEX triplet: 8A, 69 and 5D. RGB value is (138,105,93). Sum of RGB (Red+Green+Blue) = 138+105+93=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A695D is #7596A2. Grayscale: #717171. Windows color (decimal): -7706275 or 6121866. OLE color: 6121866.

HSL color Cylindrical-coordinate representation of color #8A695D: hue angle of 16º 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 #8A695D is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 105 93 -
CMYK 0 0.24 0.33 0.46
HSL 16º 0.19% 0.45% -
HSV(B) 16º 0.33% 0.54% -
XYZ 17.51 16.3 12.58 -
YUV 113.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 138 105 93 0 0.24 0.33 0.46 16 0.19 0.45
Hex 8A 69 5D 0 18 21 2E 10 13 2D
Octal 212 151 135 0 30 41 56 20 23 55
Binary 10001010 1101001 1011101 0 11000 100001 101110 10000 10011 101101

Color Harmonies of #8A695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A695D

Black with #8A695D

Text Example


Text Example

White with #8A695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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