Html Css Color HEX #967B62 Sorrell Brown

📋 copy color: '#967B62'

red 150 ◦ green 123 ◦ blue 98

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

Shades of Sorrell Brown #967B62

Tints of Sorrell Brown #967B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 40.43%
G = 33.15%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#967B62 (or 0x967B62) is known color: Sorrell Brown. HEX triplet: 96, 7B and 62. RGB value is (150,123,98). Sum of RGB (Red+Green+Blue) = 150+123+98=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B62 is #69849D. Grayscale: #808080. Windows color (decimal): -6915230 or 6454166. OLE color: 6454166.

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

Color convert

RGB 150 123 98 -
CMYK 0 0.18 0.35 0.41
HSL 28.85º 0.21% 0.49% -
HSV(B) 28.85º 0.35% 0.59% -
XYZ 21.87 21.53 14.56 -
YUV 128.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 150 123 98 0 0.18 0.35 0.41 28.85 0.21 0.49
Hex 96 7B 62 0 12 23 29 1D 15 31
Octal 226 173 142 0 22 43 51 35 25 61
Binary 10010110 1111011 1100010 0 10010 100011 101001 11101 10101 110001

Color Harmonies of #967B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967B62

Black with #967B62

Text Example


Text Example

White with #967B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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