Html Css Color HEX #956441 Rope

📋 copy color: '#956441'

red 149 ◦ green 100 ◦ blue 65

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

Shades of Rope #956441

Tints of Rope #956441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

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

R = 47.45%
G = 31.85%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956441 (or 0x956441) is known color: Rope. HEX triplet: 95, 64 and 41. RGB value is (149,100,65). Sum of RGB (Red+Green+Blue) = 149+100+65=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956441 is #6A9BBE. Grayscale: #6E6E6E. Windows color (decimal): -6986687 or 4285589. OLE color: 4285589.

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

Color convert

RGB 149 100 65 -
CMYK 0 0.33 0.56 0.42
HSL 25º 0.39% 0.42% -
HSV(B) 25º 0.56% 0.58% -
XYZ 17.91 15.89 7.12 -
YUV 110.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 149 100 65 0 0.33 0.56 0.42 25 0.39 0.42
Hex 95 64 41 0 21 38 2A 19 27 2A
Octal 225 144 101 0 41 70 52 31 47 52
Binary 10010101 1100100 1000001 0 100001 111000 101010 11001 100111 101010

Color Harmonies of #956441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956441

Black with #956441

Text Example


Text Example

White with #956441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956441; }

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

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

background-color css

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

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

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

border-color css

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

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

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