#965E3F

Color #965E3F Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #965E3F

Tints of Rope #965E3F

Color information

#965E3F (or 0x965E3F) is unknown color: approx Rope. HEX triplet: 96, 5E and 3F. RGB value is (150,94,63). Sum of RGB (Red+Green+Blue) = 150+94+63=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E3F is #69A1C0. Grayscale: #6B6B6B. Windows color (decimal): -6922689 or 4152982. OLE color: 4152982.

HSL color Cylindrical-coordinate representation of color #965E3F: hue angle of 21.38º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965E3F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1509463-
CMYK00.370.580.41
HSL21.38º40.85%41.76%-
HSV(B)21.38º58%58.82%-
XYZ17.4814.856.65-
YUV107.21103.05158.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 63 (25% from 255) = 20.52%
R=48.86%
G=30.62%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150946300.370.580.4121.3840.8541.76
Hex965E3F0253A2915292a
Octal226136770457251255152
Binary100101101011110111111010010111101010100110101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E3F; }

 p { color: rgb(150,94,63); }

 H1.HeaderClassName
 {
   color: #965E3F;
 }
 .AnyTagClassName
 {
   color: #965E3F;
 }
</style>
background-color css

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

 a { background-color: rgb(150,94,63); }

 div.DivClassName
 {
   background-color: #965E3F;
 }
 .BgClassName
 {
   background-color: #965E3F;
 }
</style>
border-color css

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

 span { border-color: rgb(150,94,63); }

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