Html Css Color HEX #956342 Rope

📋 copy color: '#956342'

red 149 ◦ green 99 ◦ blue 66

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

Shades of Rope #956342

Tints of Rope #956342

RGB

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

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

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

R = 47.45%
G = 31.53%
B = 21.02%

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

#956342 (or 0x956342) is known color: Rope. HEX triplet: 95, 63 and 42. RGB value is (149,99,66). Sum of RGB (Red+Green+Blue) = 149+99+66=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956342 is #6A9CBD. Grayscale: #6E6E6E. Windows color (decimal): -6986942 or 4350869. OLE color: 4350869.

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

Color convert

RGB 149 99 66 -
CMYK 0 0.34 0.56 0.42
HSL 23.86º 0.39% 0.42% -
HSV(B) 23.86º 0.56% 0.58% -
XYZ 17.84 15.71 7.25 -
YUV 110.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 149 99 66 0 0.34 0.56 0.42 23.86 0.39 0.42
Hex 95 63 42 0 22 38 2A 18 27 2A
Octal 225 143 102 0 42 70 52 30 47 52
Binary 10010101 1100011 1000010 0 100010 111000 101010 11000 100111 101010

Color Harmonies of #956342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956342

Black with #956342

Text Example


Text Example

White with #956342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956342; }

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

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

background-color css

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

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

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

border-color css

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

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

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