Html Css Color HEX #958064 Sorrell Brown

📋 copy color: '#958064'

red 149 ◦ green 128 ◦ blue 100

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

Shades of Sorrell Brown #958064

Tints of Sorrell Brown #958064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 39.52%
G = 33.95%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#958064 (or 0x958064) is known color: Sorrell Brown. HEX triplet: 95, 80 and 64. RGB value is (149,128,100). Sum of RGB (Red+Green+Blue) = 149+128+100=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #958064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958064 is #6A7F9B. Grayscale: #838383. Windows color (decimal): -6979484 or 6586517. OLE color: 6586517.

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

Color convert

RGB 149 128 100 -
CMYK 0 0.14 0.33 0.42
HSL 34.29º 0.2% 0.49% -
HSV(B) 34.29º 0.33% 0.58% -
XYZ 22.41 22.75 15.27 -
YUV 131.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 149 128 100 0 0.14 0.33 0.42 34.29 0.2 0.49
Hex 95 80 64 0 E 21 2A 22 14 31
Octal 225 200 144 0 16 41 52 42 24 61
Binary 10010101 10000000 1100100 0 1110 100001 101010 100010 10100 110001

Color Harmonies of #958064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958064

Black with #958064

Text Example


Text Example

White with #958064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958064; }

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

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

background-color css

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

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

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

border-color css

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

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

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