Html Css Color HEX #8B695E Beaver

📋 copy color: '#8B695E'

red 139 ◦ green 105 ◦ blue 94

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

Shades of Beaver #8B695E

Tints of Beaver #8B695E

RGB

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

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

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

R = 41.12%
G = 31.07%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B695E (or 0x8B695E) is known color: Beaver. HEX triplet: 8B, 69 and 5E. RGB value is (139,105,94). Sum of RGB (Red+Green+Blue) = 139+105+94=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B695E is #7496A1. Grayscale: #717171. Windows color (decimal): -7640738 or 6187403. OLE color: 6187403.

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

Color convert

RGB 139 105 94 -
CMYK 0 0.24 0.32 0.45
HSL 14.67º 0.19% 0.46% -
HSV(B) 14.67º 0.32% 0.55% -
XYZ 17.72 16.4 12.82 -
YUV 113.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 139 105 94 0 0.24 0.32 0.45 14.67 0.19 0.46
Hex 8B 69 5E 0 18 20 2D F 13 2E
Octal 213 151 136 0 30 40 55 17 23 56
Binary 10001011 1101001 1011110 0 11000 100000 101101 1111 10011 101110

Color Harmonies of #8B695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B695E

Black with #8B695E

Text Example


Text Example

White with #8B695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,105,94); }

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

background-color css

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

 a { background-color: rgb(139,105,94); }

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

border-color css

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

 span { border-color: rgb(139,105,94); }

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