Html Css Color HEX #946040 Rope

📋 copy color: '#946040'

red 148 ◦ green 96 ◦ blue 64

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

Shades of Rope #946040

Tints of Rope #946040

RGB

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

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

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

R = 48.05%
G = 31.17%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#946040 (or 0x946040) is known color: Rope. HEX triplet: 94, 60 and 40. RGB value is (148,96,64). Sum of RGB (Red+Green+Blue) = 148+96+64=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #946040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946040 is #6B9FBF. Grayscale: #6C6C6C. Windows color (decimal): -7053248 or 4219028. OLE color: 4219028.

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

Color convert

RGB 148 96 64 -
CMYK 0 0.35 0.57 0.42
HSL 22.86º 0.4% 0.42% -
HSV(B) 22.86º 0.57% 0.58% -
XYZ 17.32 15.03 6.84 -
YUV 107.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 148 96 64 0 0.35 0.57 0.42 22.86 0.4 0.42
Hex 94 60 40 0 23 39 2A 17 28 2A
Octal 224 140 100 0 43 71 52 27 50 52
Binary 10010100 1100000 1000000 0 100011 111001 101010 10111 101000 101010

Color Harmonies of #946040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946040

Black with #946040

Text Example


Text Example

White with #946040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946040; }

 p { color: rgb(148,96,64); }

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

background-color css

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

 a { background-color: rgb(148,96,64); }

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

border-color css

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

 span { border-color: rgb(148,96,64); }

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