Html Css Color HEX #8B695D Beaver

📋 copy color: '#8B695D'

red 139 ◦ green 105 ◦ blue 93

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

Shades of Beaver #8B695D

Tints of Beaver #8B695D

RGB

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

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

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

R = 41.25%
G = 31.16%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B695D (or 0x8B695D) is known color: Beaver. HEX triplet: 8B, 69 and 5D. RGB value is (139,105,93). Sum of RGB (Red+Green+Blue) = 139+105+93=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B695D is #7496A2. Grayscale: #717171. Windows color (decimal): -7640739 or 6121867. OLE color: 6121867.

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

Color convert

RGB 139 105 93 -
CMYK 0 0.24 0.33 0.45
HSL 15.65º 0.2% 0.45% -
HSV(B) 15.65º 0.33% 0.55% -
XYZ 17.67 16.38 12.59 -
YUV 113.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 139 105 93 0 0.24 0.33 0.45 15.65 0.2 0.45
Hex 8B 69 5D 0 18 21 2D 10 14 2D
Octal 213 151 135 0 30 41 55 20 24 55
Binary 10001011 1101001 1011101 0 11000 100001 101101 10000 10100 101101

Color Harmonies of #8B695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B695D

Black with #8B695D

Text Example


Text Example

White with #8B695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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