Html Css Color HEX #956242 Rope

📋 copy color: '#956242'

red 149 ◦ green 98 ◦ blue 66

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

Shades of Rope #956242

Tints of Rope #956242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 47.6%
G = 31.31%
B = 21.09%

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

#956242 (or 0x956242) is known color: Rope. HEX triplet: 95, 62 and 42. RGB value is (149,98,66). Sum of RGB (Red+Green+Blue) = 149+98+66=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956242 is #6A9DBD. Grayscale: #6D6D6D. Windows color (decimal): -6987198 or 4350613. OLE color: 4350613.

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

Color convert

RGB 149 98 66 -
CMYK 0 0.34 0.56 0.42
HSL 23.13º 0.39% 0.42% -
HSV(B) 23.13º 0.56% 0.58% -
XYZ 17.75 15.52 7.21 -
YUV 109.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 149 98 66 0 0.34 0.56 0.42 23.13 0.39 0.42
Hex 95 62 42 0 22 38 2A 17 27 2A
Octal 225 142 102 0 42 70 52 27 47 52
Binary 10010101 1100010 1000010 0 100010 111000 101010 10111 100111 101010

Color Harmonies of #956242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956242

Black with #956242

Text Example


Text Example

White with #956242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956242; }

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

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

background-color css

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

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

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

border-color css

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

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

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