Html Css Color HEX #955641 Sepia

📋 copy color: '#955641'

red 149 ◦ green 86 ◦ blue 65

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

Shades of Sepia #955641

Tints of Sepia #955641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 49.67%
G = 28.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955641 (or 0x955641) is known color: Sepia. HEX triplet: 95, 56 and 41. RGB value is (149,86,65). Sum of RGB (Red+Green+Blue) = 149+86+65=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #955641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955641 is #6AA9BE. Grayscale: #666666. Windows color (decimal): -6990271 or 4282005. OLE color: 4282005.

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

Color convert

RGB 149 86 65 -
CMYK 0 0.42 0.56 0.42
HSL 15º 0.39% 0.42% -
HSV(B) 15º 0.56% 0.58% -
XYZ 16.68 13.43 6.71 -
YUV 102.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 149 86 65 0 0.42 0.56 0.42 15 0.39 0.42
Hex 95 56 41 0 2A 38 2A F 27 2A
Octal 225 126 101 0 52 70 52 17 47 52
Binary 10010101 1010110 1000001 0 101010 111000 101010 1111 100111 101010

Color Harmonies of #955641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955641

Black with #955641

Text Example


Text Example

White with #955641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955641; }

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

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

background-color css

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

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

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

border-color css

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

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

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