Html Css Color HEX #956141 Rope

📋 copy color: '#956141'

red 149 ◦ green 97 ◦ blue 65

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

Shades of Rope #956141

Tints of Rope #956141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 47.91%
G = 31.19%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956141 (or 0x956141) is known color: Rope. HEX triplet: 95, 61 and 41. RGB value is (149,97,65). Sum of RGB (Red+Green+Blue) = 149+97+65=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #956141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956141 is #6A9EBE. Grayscale: #6D6D6D. Windows color (decimal): -6987455 or 4284821. OLE color: 4284821.

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

Color convert

RGB 149 97 65 -
CMYK 0 0.35 0.56 0.42
HSL 22.86º 0.39% 0.42% -
HSV(B) 22.86º 0.56% 0.58% -
XYZ 17.62 15.32 7.03 -
YUV 108.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 149 97 65 0 0.35 0.56 0.42 22.86 0.39 0.42
Hex 95 61 41 0 23 38 2A 17 27 2A
Octal 225 141 101 0 43 70 52 27 47 52
Binary 10010101 1100001 1000001 0 100011 111000 101010 10111 100111 101010

Color Harmonies of #956141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956141

Black with #956141

Text Example


Text Example

White with #956141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956141; }

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

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

background-color css

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

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

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

border-color css

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

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

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