Html Css Color HEX #946341 Rope

📋 copy color: '#946341'

red 148 ◦ green 99 ◦ blue 65

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

Shades of Rope #946341

Tints of Rope #946341

RGB

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

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

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

R = 47.44%
G = 31.73%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#946341 (or 0x946341) is known color: Rope. HEX triplet: 94, 63 and 41. RGB value is (148,99,65). Sum of RGB (Red+Green+Blue) = 148+99+65=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #946341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946341 is #6B9CBE. Grayscale: #6D6D6D. Windows color (decimal): -7052479 or 4285332. OLE color: 4285332.

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

Color convert

RGB 148 99 65 -
CMYK 0 0.33 0.56 0.42
HSL 24.58º 0.39% 0.42% -
HSV(B) 24.58º 0.56% 0.58% -
XYZ 17.63 15.6 7.08 -
YUV 109.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 148 99 65 0 0.33 0.56 0.42 24.58 0.39 0.42
Hex 94 63 41 0 21 38 2A 19 27 2A
Octal 224 143 101 0 41 70 52 31 47 52
Binary 10010100 1100011 1000001 0 100001 111000 101010 11001 100111 101010

Color Harmonies of #946341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946341

Black with #946341

Text Example


Text Example

White with #946341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946341; }

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

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

background-color css

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

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

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

border-color css

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

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

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