Html Css Color HEX #967C60 Sorrell Brown

📋 copy color: '#967C60'

red 150 ◦ green 124 ◦ blue 96

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

Shades of Sorrell Brown #967C60

Tints of Sorrell Brown #967C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

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

R = 40.54%
G = 33.51%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#967C60 (or 0x967C60) is known color: Sorrell Brown. HEX triplet: 96, 7C and 60. RGB value is (150,124,96). Sum of RGB (Red+Green+Blue) = 150+124+96=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C60 is #69839F. Grayscale: #808080. Windows color (decimal): -6914976 or 6323350. OLE color: 6323350.

HSL color Cylindrical-coordinate representation of color #967C60: hue angle of 31.11º 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 #967C60 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 96 -
CMYK 0 0.17 0.36 0.41
HSL 31.11º 0.22% 0.48% -
HSV(B) 31.11º 0.36% 0.59% -
XYZ 21.9 21.74 14.11 -
YUV 128.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 150 124 96 0 0.17 0.36 0.41 31.11 0.22 0.48
Hex 96 7C 60 0 11 24 29 1F 16 30
Octal 226 174 140 0 21 44 51 37 26 60
Binary 10010110 1111100 1100000 0 10001 100100 101001 11111 10110 110000

Color Harmonies of #967C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C60

Black with #967C60

Text Example


Text Example

White with #967C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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