Html Css Color HEX #965A3B Rope

📋 copy color: '#965A3B'

red 150 ◦ green 90 ◦ blue 59

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

Shades of Rope #965A3B

Tints of Rope #965A3B

RGB

 RED value IS 150 (58.98% from 255) = 50.17%

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 50.17%
G = 30.1%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#965A3B (or 0x965A3B) is known color: Rope. HEX triplet: 96, 5A and 3B. RGB value is (150,90,59). Sum of RGB (Red+Green+Blue) = 150+90+59=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A3B is #69A5C4. Grayscale: #686868. Windows color (decimal): -6923717 or 3889814. OLE color: 3889814.

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

Color convert

RGB 150 90 59 -
CMYK 0 0.4 0.61 0.41
HSL 20.44º 0.44% 0.41% -
HSV(B) 20.44º 0.61% 0.59% -
XYZ 17.02 14.11 5.96 -
YUV 104.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 150 90 59 0 0.4 0.61 0.41 20.44 0.44 0.41
Hex 96 5A 3B 0 28 3D 29 14 2C 29
Octal 226 132 73 0 50 75 51 24 54 51
Binary 10010110 1011010 111011 0 101000 111101 101001 10100 101100 101001

Color Harmonies of #965A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A3B

Black with #965A3B

Text Example


Text Example

White with #965A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,90,59); }

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

background-color css

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

 a { background-color: rgb(150,90,59); }

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

border-color css

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

 span { border-color: rgb(150,90,59); }

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