Html Css Color HEX #956341 Rope

📋 copy color: '#956341'

red 149 ◦ green 99 ◦ blue 65

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

Shades of Rope #956341

Tints of Rope #956341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 47.6%
G = 31.63%
B = 20.77%

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

#956341 (or 0x956341) is known color: Rope. HEX triplet: 95, 63 and 41. RGB value is (149,99,65). Sum of RGB (Red+Green+Blue) = 149+99+65=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956341 is #6A9CBE. Grayscale: #6E6E6E. Windows color (decimal): -6986943 or 4285333. OLE color: 4285333.

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

Color convert

RGB 149 99 65 -
CMYK 0 0.34 0.56 0.42
HSL 24.29º 0.39% 0.42% -
HSV(B) 24.29º 0.56% 0.58% -
XYZ 17.81 15.69 7.09 -
YUV 110.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 149 99 65 0 0.34 0.56 0.42 24.29 0.39 0.42
Hex 95 63 41 0 22 38 2A 18 27 2A
Octal 225 143 101 0 42 70 52 30 47 52
Binary 10010101 1100011 1000001 0 100010 111000 101010 11000 100111 101010

Color Harmonies of #956341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956341

Black with #956341

Text Example


Text Example

White with #956341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956341; }

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

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

background-color css

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

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

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

border-color css

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

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

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