Html Css Color HEX #966D5B Beaver

📋 copy color: '#966D5B'

red 150 ◦ green 109 ◦ blue 91

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

Shades of Beaver #966D5B

Tints of Beaver #966D5B

RGB

 RED value IS 150 (58.98% from 255) = 42.86%

 GREEN value IS 109 (42.97% from 255) = 31.14%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 42.86%
G = 31.14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#966D5B (or 0x966D5B) is known color: Beaver. HEX triplet: 96, 6D and 5B. RGB value is (150,109,91). Sum of RGB (Red+Green+Blue) = 150+109+91=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #966D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D5B is #6992A4. Grayscale: #777777. Windows color (decimal): -6918821 or 5991830. OLE color: 5991830.

HSL color Cylindrical-coordinate representation of color #966D5B: hue angle of 18.31º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #966D5B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 91 -
CMYK 0 0.27 0.39 0.41
HSL 18.31º 0.24% 0.47% -
HSV(B) 18.31º 0.39% 0.59% -
XYZ 19.93 18.18 12.36 -
YUV 119.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 150 109 91 0 0.27 0.39 0.41 18.31 0.24 0.47
Hex 96 6D 5B 0 1B 27 29 12 18 2F
Octal 226 155 133 0 33 47 51 22 30 57
Binary 10010110 1101101 1011011 0 11011 100111 101001 10010 11000 101111

Color Harmonies of #966D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D5B

Black with #966D5B

Text Example


Text Example

White with #966D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966D5B; }

 p { color: rgb(150,109,91); }

 H1.HeaderClassName
 {
   color: #966D5B;
 }
 .AnyTagClassName
 {
   color: #966D5B;
 }
</style>

background-color css

<style>
 a { background-color: #966D5B; }

 a { background-color: rgb(150,109,91); }

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

border-color css

<style>
 span { border-color: #966D5B; }

 span { border-color: rgb(150,109,91); }

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