Html Css Color HEX #965639 Rope

📋 copy color: '#965639'

red 150 ◦ green 86 ◦ blue 57

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

Shades of Rope #965639

Tints of Rope #965639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.35%

 BLUE value IS 57 (22.66% from 255) = 19.45%

R = 51.19%
G = 29.35%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#965639 (or 0x965639) is known color: Rope. HEX triplet: 96, 56 and 39. RGB value is (150,86,57). Sum of RGB (Red+Green+Blue) = 150+86+57=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965639 is #69A9C6. Grayscale: #666666. Windows color (decimal): -6924743 or 3757718. OLE color: 3757718.

HSL color Cylindrical-coordinate representation of color #965639: hue angle of 18.71º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965639 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 86 57 -
CMYK 0 0.43 0.62 0.41
HSL 18.71º 0.45% 0.41% -
HSV(B) 18.71º 0.62% 0.59% -
XYZ 16.64 13.44 5.59 -
YUV 101.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 150 86 57 0 0.43 0.62 0.41 18.71 0.45 0.41
Hex 96 56 39 0 2B 3E 29 13 2D 29
Octal 226 126 71 0 53 76 51 23 55 51
Binary 10010110 1010110 111001 0 101011 111110 101001 10011 101101 101001

Color Harmonies of #965639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965639

Black with #965639

Text Example


Text Example

White with #965639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965639; }

 p { color: rgb(150,86,57); }

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

background-color css

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

 a { background-color: rgb(150,86,57); }

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

border-color css

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

 span { border-color: rgb(150,86,57); }

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