Html Css Color HEX #946141 Rope

📋 copy color: '#946141'

red 148 ◦ green 97 ◦ blue 65

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

Shades of Rope #946141

Tints of Rope #946141

RGB

 RED value IS 148 (58.2% from 255) = 47.74%

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

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

R = 47.74%
G = 31.29%
B = 20.97%

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

#946141 (or 0x946141) is known color: Rope. HEX triplet: 94, 61 and 41. RGB value is (148,97,65). Sum of RGB (Red+Green+Blue) = 148+97+65=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #946141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946141 is #6B9EBE. Grayscale: #6C6C6C. Windows color (decimal): -7052991 or 4284820. OLE color: 4284820.

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

Color convert

RGB 148 97 65 -
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.44 15.23 7.02 -
YUV 108.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 148 97 65 0 0.34 0.56 0.42 23.13 0.39 0.42
Hex 94 61 41 0 22 38 2A 17 27 2A
Octal 224 141 101 0 42 70 52 27 47 52
Binary 10010100 1100001 1000001 0 100010 111000 101010 10111 100111 101010

Color Harmonies of #946141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946141

Black with #946141

Text Example


Text Example

White with #946141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946141; }

 p { color: rgb(148,97,65); }

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

background-color css

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

 a { background-color: rgb(148,97,65); }

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

border-color css

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

 span { border-color: rgb(148,97,65); }

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