Html Css Color HEX #967A64 Sorrell Brown

📋 copy color: '#967A64'

red 150 ◦ green 122 ◦ blue 100

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

Shades of Sorrell Brown #967A64

Tints of Sorrell Brown #967A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 40.32%
G = 32.8%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#967A64 (or 0x967A64) is known color: Sorrell Brown. HEX triplet: 96, 7A and 64. RGB value is (150,122,100). Sum of RGB (Red+Green+Blue) = 150+122+100=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #967A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A64 is #69859B. Grayscale: #7F7F7F. Windows color (decimal): -6915484 or 6584982. OLE color: 6584982.

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

Color convert

RGB 150 122 100 -
CMYK 0 0.19 0.33 0.41
HSL 26.4º 0.2% 0.49% -
HSV(B) 26.4º 0.33% 0.59% -
XYZ 21.84 21.32 15.02 -
YUV 127.86 112.28 143.79 -
System Red Green Blue C M Y K H S L
Decimal 150 122 100 0 0.19 0.33 0.41 26.4 0.2 0.49
Hex 96 7A 64 0 13 21 29 1A 14 31
Octal 226 172 144 0 23 41 51 32 24 61
Binary 10010110 1111010 1100100 0 10011 100001 101001 11010 10100 110001

Color Harmonies of #967A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967A64

Black with #967A64

Text Example


Text Example

White with #967A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,100); }

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

background-color css

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

 a { background-color: rgb(150,122,100); }

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

border-color css

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

 span { border-color: rgb(150,122,100); }

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