Html Css Color HEX #956241 Rope

📋 copy color: '#956241'

red 149 ◦ green 98 ◦ blue 65

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

Shades of Rope #956241

Tints of Rope #956241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 47.76%
G = 31.41%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956241 (or 0x956241) is known color: Rope. HEX triplet: 95, 62 and 41. RGB value is (149,98,65). Sum of RGB (Red+Green+Blue) = 149+98+65=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956241 is #6A9DBE. Grayscale: #6D6D6D. Windows color (decimal): -6987199 or 4285077. OLE color: 4285077.

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

Color convert

RGB 149 98 65 -
CMYK 0 0.34 0.56 0.42
HSL 23.57º 0.39% 0.42% -
HSV(B) 23.57º 0.56% 0.58% -
XYZ 17.72 15.51 7.06 -
YUV 109.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 149 98 65 0 0.34 0.56 0.42 23.57 0.39 0.42
Hex 95 62 41 0 22 38 2A 18 27 2A
Octal 225 142 101 0 42 70 52 30 47 52
Binary 10010101 1100010 1000001 0 100010 111000 101010 11000 100111 101010

Color Harmonies of #956241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956241

Black with #956241

Text Example


Text Example

White with #956241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956241; }

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

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

background-color css

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

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

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

border-color css

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

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

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