Html Css Color HEX #9B6E57 Beaver

📋 copy color: '#9B6E57'

red 155 ◦ green 110 ◦ blue 87

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

Shades of Beaver #9B6E57

Tints of Beaver #9B6E57

RGB

 RED value IS 155 (60.94% from 255) = 44.03%

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 44.03%
G = 31.25%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B6E57 (or 0x9B6E57) is known color: Beaver. HEX triplet: 9B, 6E and 57. RGB value is (155,110,87). Sum of RGB (Red+Green+Blue) = 155+110+87=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E57 is #6491A8. Grayscale: #787878. Windows color (decimal): -6590889 or 5729947. OLE color: 5729947.

HSL color Cylindrical-coordinate representation of color #9B6E57: hue angle of 20.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6E57 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 87 -
CMYK 0 0.29 0.44 0.39
HSL 20.29º 0.28% 0.47% -
HSV(B) 20.29º 0.44% 0.61% -
XYZ 20.81 18.81 11.55 -
YUV 120.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 155 110 87 0 0.29 0.44 0.39 20.29 0.28 0.47
Hex 9B 6E 57 0 1D 2C 27 14 1C 2F
Octal 233 156 127 0 35 54 47 24 34 57
Binary 10011011 1101110 1010111 0 11101 101100 100111 10100 11100 101111

Color Harmonies of #9B6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E57

Black with #9B6E57

Text Example


Text Example

White with #9B6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6E57; }

 p { color: rgb(155,110,87); }

 H1.HeaderClassName
 {
   color: #9B6E57;
 }
 .AnyTagClassName
 {
   color: #9B6E57;
 }
</style>

background-color css

<style>
 a { background-color: #9B6E57; }

 a { background-color: rgb(155,110,87); }

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

border-color css

<style>
 span { border-color: #9B6E57; }

 span { border-color: rgb(155,110,87); }

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