Html Css Color HEX #958063 Sorrell Brown

📋 copy color: '#958063'

red 149 ◦ green 128 ◦ blue 99

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

Shades of Sorrell Brown #958063

Tints of Sorrell Brown #958063

RGB

 RED value IS 149 (58.59% from 255) = 39.63%

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 39.63%
G = 34.04%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#958063 (or 0x958063) is known color: Sorrell Brown. HEX triplet: 95, 80 and 63. RGB value is (149,128,99). Sum of RGB (Red+Green+Blue) = 149+128+99=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #958063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958063 is #6A7F9C. Grayscale: #838383. Windows color (decimal): -6979485 or 6520981. OLE color: 6520981.

HSL color Cylindrical-coordinate representation of color #958063: hue angle of 34.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958063 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 128 99 -
CMYK 0 0.14 0.34 0.42
HSL 34.8º 0.2% 0.49% -
HSV(B) 34.8º 0.34% 0.58% -
XYZ 22.37 22.73 15.01 -
YUV 130.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 149 128 99 0 0.14 0.34 0.42 34.8 0.2 0.49
Hex 95 80 63 0 E 22 2A 23 14 31
Octal 225 200 143 0 16 42 52 43 24 61
Binary 10010101 10000000 1100011 0 1110 100010 101010 100011 10100 110001

Color Harmonies of #958063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958063

Black with #958063

Text Example


Text Example

White with #958063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958063; }

 p { color: rgb(149,128,99); }

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

background-color css

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

 a { background-color: rgb(149,128,99); }

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

border-color css

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

 span { border-color: rgb(149,128,99); }

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