Html Css Color HEX #946340 Rope

📋 copy color: '#946340'

red 148 ◦ green 99 ◦ blue 64

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

Shades of Rope #946340

Tints of Rope #946340

RGB

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

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

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

R = 47.59%
G = 31.83%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#946340 (or 0x946340) is known color: Rope. HEX triplet: 94, 63 and 40. RGB value is (148,99,64). Sum of RGB (Red+Green+Blue) = 148+99+64=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #946340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946340 is #6B9CBF. Grayscale: #6D6D6D. Windows color (decimal): -7052480 or 4219796. OLE color: 4219796.

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

Color convert

RGB 148 99 64 -
CMYK 0 0.33 0.57 0.42
HSL 25º 0.4% 0.42% -
HSV(B) 25º 0.57% 0.58% -
XYZ 17.6 15.59 6.93 -
YUV 109.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 148 99 64 0 0.33 0.57 0.42 25 0.4 0.42
Hex 94 63 40 0 21 39 2A 19 28 2A
Octal 224 143 100 0 41 71 52 31 50 52
Binary 10010100 1100011 1000000 0 100001 111001 101010 11001 101000 101010

Color Harmonies of #946340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946340

Black with #946340

Text Example


Text Example

White with #946340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946340; }

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

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

background-color css

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

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

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

border-color css

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

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

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