Html Css Color HEX #967962 Sorrell Brown

📋 copy color: '#967962'

red 150 ◦ green 121 ◦ blue 98

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

Shades of Sorrell Brown #967962

Tints of Sorrell Brown #967962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

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

R = 40.65%
G = 32.79%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#967962 (or 0x967962) is known color: Sorrell Brown. HEX triplet: 96, 79 and 62. RGB value is (150,121,98). Sum of RGB (Red+Green+Blue) = 150+121+98=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967962 is #69869D. Grayscale: #7F7F7F. Windows color (decimal): -6915742 or 6453654. OLE color: 6453654.

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

Color convert

RGB 150 121 98 -
CMYK 0 0.19 0.35 0.41
HSL 26.54º 0.21% 0.49% -
HSV(B) 26.54º 0.35% 0.59% -
XYZ 21.62 21.04 14.48 -
YUV 127.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 150 121 98 0 0.19 0.35 0.41 26.54 0.21 0.49
Hex 96 79 62 0 13 23 29 1B 15 31
Octal 226 171 142 0 23 43 51 33 25 61
Binary 10010110 1111001 1100010 0 10011 100011 101001 11011 10101 110001

Color Harmonies of #967962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967962

Black with #967962

Text Example


Text Example

White with #967962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967962; }

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

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

background-color css

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

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

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

border-color css

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

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

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