Html Css Color HEX #966F5D Beaver

📋 copy color: '#966F5D'

red 150 ◦ green 111 ◦ blue 93

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

Shades of Beaver #966F5D

Tints of Beaver #966F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

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

R = 42.37%
G = 31.36%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#966F5D (or 0x966F5D) is known color: Beaver. HEX triplet: 96, 6F and 5D. RGB value is (150,111,93). Sum of RGB (Red+Green+Blue) = 150+111+93=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #966F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F5D is #6990A2. Grayscale: #787878. Windows color (decimal): -6918307 or 6123414. OLE color: 6123414.

HSL color Cylindrical-coordinate representation of color #966F5D: hue angle of 18.95º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966F5D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 93 -
CMYK 0 0.26 0.38 0.41
HSL 18.95º 0.23% 0.48% -
HSV(B) 18.95º 0.38% 0.59% -
XYZ 20.24 18.64 12.89 -
YUV 120.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 150 111 93 0 0.26 0.38 0.41 18.95 0.23 0.48
Hex 96 6F 5D 0 1A 26 29 13 17 30
Octal 226 157 135 0 32 46 51 23 27 60
Binary 10010110 1101111 1011101 0 11010 100110 101001 10011 10111 110000

Color Harmonies of #966F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F5D

Black with #966F5D

Text Example


Text Example

White with #966F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,111,93); }

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

background-color css

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

 a { background-color: rgb(150,111,93); }

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

border-color css

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

 span { border-color: rgb(150,111,93); }

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