Html Css Color HEX #967C62 Sorrell Brown

📋 copy color: '#967C62'

red 150 ◦ green 124 ◦ blue 98

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

Shades of Sorrell Brown #967C62

Tints of Sorrell Brown #967C62

RGB

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

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

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

R = 40.32%
G = 33.33%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#967C62 (or 0x967C62) is known color: Sorrell Brown. HEX triplet: 96, 7C and 62. RGB value is (150,124,98). Sum of RGB (Red+Green+Blue) = 150+124+98=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #967C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C62 is #69839D. Grayscale: #808080. Windows color (decimal): -6914974 or 6454422. OLE color: 6454422.

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

Color convert

RGB 150 124 98 -
CMYK 0 0.17 0.35 0.41
HSL 30º 0.21% 0.49% -
HSV(B) 30º 0.35% 0.59% -
XYZ 21.99 21.78 14.6 -
YUV 128.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 150 124 98 0 0.17 0.35 0.41 30 0.21 0.49
Hex 96 7C 62 0 11 23 29 1E 15 31
Octal 226 174 142 0 21 43 51 36 25 61
Binary 10010110 1111100 1100010 0 10001 100011 101001 11110 10101 110001

Color Harmonies of #967C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C62

Black with #967C62

Text Example


Text Example

White with #967C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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