Html Css Color HEX #916241 Rope

📋 copy color: '#916241'

red 145 ◦ green 98 ◦ blue 65

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

Shades of Rope #916241

Tints of Rope #916241

RGB

 RED value IS 145 (57.03% from 255) = 47.08%

 GREEN value IS 98 (38.67% from 255) = 31.82%

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

R = 47.08%
G = 31.82%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#916241 (or 0x916241) is known color: Rope. HEX triplet: 91, 62 and 41. RGB value is (145,98,65). Sum of RGB (Red+Green+Blue) = 145+98+65=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #916241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916241 is #6E9DBE. Grayscale: #6C6C6C. Windows color (decimal): -7249343 or 4285073. OLE color: 4285073.

HSL color Cylindrical-coordinate representation of color #916241: hue angle of 24.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916241 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 98 65 -
CMYK 0 0.32 0.55 0.43
HSL 24.75º 0.38% 0.41% -
HSV(B) 24.75º 0.55% 0.57% -
XYZ 17 15.14 7.03 -
YUV 108.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 145 98 65 0 0.32 0.55 0.43 24.75 0.38 0.41
Hex 91 62 41 0 20 37 2B 19 26 29
Octal 221 142 101 0 40 67 53 31 46 51
Binary 10010001 1100010 1000001 0 100000 110111 101011 11001 100110 101001

Color Harmonies of #916241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916241

Black with #916241

Text Example


Text Example

White with #916241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916241; }

 p { color: rgb(145,98,65); }

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

background-color css

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

 a { background-color: rgb(145,98,65); }

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

border-color css

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

 span { border-color: rgb(145,98,65); }

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