Html Css Color HEX #967F60 Sorrell Brown

📋 copy color: '#967F60'

red 150 ◦ green 127 ◦ blue 96

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

Shades of Sorrell Brown #967F60

Tints of Sorrell Brown #967F60

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 40.21%
G = 34.05%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#967F60 (or 0x967F60) is known color: Sorrell Brown. HEX triplet: 96, 7F and 60. RGB value is (150,127,96). Sum of RGB (Red+Green+Blue) = 150+127+96=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #967F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F60 is #69809F. Grayscale: #828282. Windows color (decimal): -6914208 or 6324118. OLE color: 6324118.

HSL color Cylindrical-coordinate representation of color #967F60: hue angle of 34.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967F60 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 96 -
CMYK 0 0.15 0.36 0.41
HSL 34.44º 0.22% 0.48% -
HSV(B) 34.44º 0.36% 0.59% -
XYZ 22.28 22.51 14.24 -
YUV 130.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 150 127 96 0 0.15 0.36 0.41 34.44 0.22 0.48
Hex 96 7F 60 0 F 24 29 22 16 30
Octal 226 177 140 0 17 44 51 42 26 60
Binary 10010110 1111111 1100000 0 1111 100100 101001 100010 10110 110000

Color Harmonies of #967F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F60

Black with #967F60

Text Example


Text Example

White with #967F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,127,96); }

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

background-color css

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

 a { background-color: rgb(150,127,96); }

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

border-color css

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

 span { border-color: rgb(150,127,96); }

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