Html Css Color HEX #915D3D Rope

📋 copy color: '#915D3D'

red 145 ◦ green 93 ◦ blue 61

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

Shades of Rope #915D3D

Tints of Rope #915D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.1%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 48.49%
G = 31.1%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#915D3D (or 0x915D3D) is known color: Rope. HEX triplet: 91, 5D and 3D. RGB value is (145,93,61). Sum of RGB (Red+Green+Blue) = 145+93+61=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #915D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D3D is #6EA2C2. Grayscale: #696969. Windows color (decimal): -7250627 or 4021649. OLE color: 4021649.

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

Color convert

RGB 145 93 61 -
CMYK 0 0.36 0.58 0.43
HSL 22.86º 0.41% 0.4% -
HSV(B) 22.86º 0.58% 0.57% -
XYZ 16.43 14.19 6.29 -
YUV 104.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 145 93 61 0 0.36 0.58 0.43 22.86 0.41 0.4
Hex 91 5D 3D 0 24 3A 2B 17 29 28
Octal 221 135 75 0 44 72 53 27 51 50
Binary 10010001 1011101 111101 0 100100 111010 101011 10111 101001 101000

Color Harmonies of #915D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D3D

Black with #915D3D

Text Example


Text Example

White with #915D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915D3D; }

 p { color: rgb(145,93,61); }

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

background-color css

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

 a { background-color: rgb(145,93,61); }

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

border-color css

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

 span { border-color: rgb(145,93,61); }

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