Html Css Color HEX #956042 Rope

📋 copy color: '#956042'

red 149 ◦ green 96 ◦ blue 66

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

Shades of Rope #956042

Tints of Rope #956042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 47.91%
G = 30.87%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#956042 (or 0x956042) is known color: Rope. HEX triplet: 95, 60 and 42. RGB value is (149,96,66). Sum of RGB (Red+Green+Blue) = 149+96+66=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #956042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956042 is #6A9FBD. Grayscale: #6C6C6C. Windows color (decimal): -6987710 or 4350101. OLE color: 4350101.

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

Color convert

RGB 149 96 66 -
CMYK 0 0.36 0.56 0.42
HSL 21.69º 0.39% 0.42% -
HSV(B) 21.69º 0.56% 0.58% -
XYZ 17.56 15.15 7.15 -
YUV 108.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 149 96 66 0 0.36 0.56 0.42 21.69 0.39 0.42
Hex 95 60 42 0 24 38 2A 16 27 2A
Octal 225 140 102 0 44 70 52 26 47 52
Binary 10010101 1100000 1000010 0 100100 111000 101010 10110 100111 101010

Color Harmonies of #956042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956042

Black with #956042

Text Example


Text Example

White with #956042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956042; }

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

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

background-color css

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

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

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

border-color css

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

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

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