Html Css Color HEX #955640 Sepia

📋 copy color: '#955640'

red 149 ◦ green 86 ◦ blue 64

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

Shades of Sepia #955640

Tints of Sepia #955640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 49.83%
G = 28.76%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#955640 (or 0x955640) is known color: Sepia. HEX triplet: 95, 56 and 40. RGB value is (149,86,64). Sum of RGB (Red+Green+Blue) = 149+86+64=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #955640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955640 is #6AA9BF. Grayscale: #666666. Windows color (decimal): -6990272 or 4216469. OLE color: 4216469.

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

Color convert

RGB 149 86 64 -
CMYK 0 0.42 0.57 0.42
HSL 15.53º 0.4% 0.42% -
HSV(B) 15.53º 0.57% 0.58% -
XYZ 16.65 13.42 6.56 -
YUV 102.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 149 86 64 0 0.42 0.57 0.42 15.53 0.4 0.42
Hex 95 56 40 0 2A 39 2A 10 28 2A
Octal 225 126 100 0 52 71 52 20 50 52
Binary 10010101 1010110 1000000 0 101010 111001 101010 10000 101000 101010

Color Harmonies of #955640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955640

Black with #955640

Text Example


Text Example

White with #955640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955640; }

 p { color: rgb(149,86,64); }

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

background-color css

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

 a { background-color: rgb(149,86,64); }

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

border-color css

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

 span { border-color: rgb(149,86,64); }

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