Html Css Color HEX #966140 Rope

📋 copy color: '#966140'

red 150 ◦ green 97 ◦ blue 64

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

Shades of Rope #966140

Tints of Rope #966140

RGB

 RED value IS 150 (58.98% from 255) = 48.23%

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 48.23%
G = 31.19%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966140 (or 0x966140) is known color: Rope. HEX triplet: 96, 61 and 40. RGB value is (150,97,64). Sum of RGB (Red+Green+Blue) = 150+97+64=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #966140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966140 is #699EBF. Grayscale: #6D6D6D. Windows color (decimal): -6921920 or 4219286. OLE color: 4219286.

HSL color Cylindrical-coordinate representation of color #966140: hue angle of 23.02º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966140 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 64 -
CMYK 0 0.35 0.57 0.41
HSL 23.02º 0.4% 0.42% -
HSV(B) 23.02º 0.57% 0.59% -
XYZ 17.78 15.4 6.89 -
YUV 109.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 150 97 64 0 0.35 0.57 0.41 23.02 0.4 0.42
Hex 96 61 40 0 23 39 29 17 28 2A
Octal 226 141 100 0 43 71 51 27 50 52
Binary 10010110 1100001 1000000 0 100011 111001 101001 10111 101000 101010

Color Harmonies of #966140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966140

Black with #966140

Text Example


Text Example

White with #966140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966140; }

 p { color: rgb(150,97,64); }

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

background-color css

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

 a { background-color: rgb(150,97,64); }

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

border-color css

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

 span { border-color: rgb(150,97,64); }

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