Html Css Color HEX #967E66 Sorrell Brown

📋 copy color: '#967E66'

red 150 ◦ green 126 ◦ blue 102

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

Shades of Sorrell Brown #967E66

Tints of Sorrell Brown #967E66

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 39.68%
G = 33.33%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#967E66 (or 0x967E66) is known color: Sorrell Brown. HEX triplet: 96, 7E and 66. RGB value is (150,126,102). Sum of RGB (Red+Green+Blue) = 150+126+102=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #967E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E66 is #698199. Grayscale: #828282. Windows color (decimal): -6914458 or 6717078. OLE color: 6717078.

HSL color Cylindrical-coordinate representation of color #967E66: hue angle of 30º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967E66 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 102 -
CMYK 0 0.16 0.32 0.41
HSL 30º 0.19% 0.49% -
HSV(B) 30º 0.32% 0.59% -
XYZ 22.44 22.37 15.7 -
YUV 130.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 150 126 102 0 0.16 0.32 0.41 30 0.19 0.49
Hex 96 7E 66 0 10 20 29 1E 13 31
Octal 226 176 146 0 20 40 51 36 23 61
Binary 10010110 1111110 1100110 0 10000 100000 101001 11110 10011 110001

Color Harmonies of #967E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E66

Black with #967E66

Text Example


Text Example

White with #967E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967E66; }

 p { color: rgb(150,126,102); }

 H1.HeaderClassName
 {
   color: #967E66;
 }
 .AnyTagClassName
 {
   color: #967E66;
 }
</style>

background-color css

<style>
 a { background-color: #967E66; }

 a { background-color: rgb(150,126,102); }

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

border-color css

<style>
 span { border-color: #967E66; }

 span { border-color: rgb(150,126,102); }

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