Html Css Color HEX #967B5C Sorrell Brown

📋 copy color: '#967B5C'

red 150 ◦ green 123 ◦ blue 92

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

Shades of Sorrell Brown #967B5C

Tints of Sorrell Brown #967B5C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 41.1%
G = 33.7%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#967B5C (or 0x967B5C) is known color: Sorrell Brown. HEX triplet: 96, 7B and 5C. RGB value is (150,123,92). Sum of RGB (Red+Green+Blue) = 150+123+92=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B5C is #6984A3. Grayscale: #7F7F7F. Windows color (decimal): -6915236 or 6060950. OLE color: 6060950.

HSL color Cylindrical-coordinate representation of color #967B5C: hue angle of 32.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967B5C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 123 92 -
CMYK 0 0.18 0.39 0.41
HSL 32.07º 0.24% 0.47% -
HSV(B) 32.07º 0.39% 0.59% -
XYZ 21.59 21.42 13.12 -
YUV 127.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 150 123 92 0 0.18 0.39 0.41 32.07 0.24 0.47
Hex 96 7B 5C 0 12 27 29 20 18 2F
Octal 226 173 134 0 22 47 51 40 30 57
Binary 10010110 1111011 1011100 0 10010 100111 101001 100000 11000 101111

Color Harmonies of #967B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B5C

Black with #967B5C

Text Example


Text Example

White with #967B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,123,92); }

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

background-color css

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

 a { background-color: rgb(150,123,92); }

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

border-color css

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

 span { border-color: rgb(150,123,92); }

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