Html Css Color HEX #96603D Rope

📋 copy color: '#96603D'

red 150 ◦ green 96 ◦ blue 61

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

Shades of Rope #96603D

Tints of Rope #96603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.27%

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

R = 48.86%
G = 31.27%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96603D (or 0x96603D) is known color: Rope. HEX triplet: 96, 60 and 3D. RGB value is (150,96,61). Sum of RGB (Red+Green+Blue) = 150+96+61=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96603D is #699FC2. Grayscale: #6C6C6C. Windows color (decimal): -6922179 or 4022422. OLE color: 4022422.

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

Color convert

RGB 150 96 61 -
CMYK 0 0.36 0.59 0.41
HSL 23.6º 0.42% 0.41% -
HSV(B) 23.6º 0.59% 0.59% -
XYZ 17.6 15.19 6.42 -
YUV 108.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 150 96 61 0 0.36 0.59 0.41 23.6 0.42 0.41
Hex 96 60 3D 0 24 3B 29 18 2A 29
Octal 226 140 75 0 44 73 51 30 52 51
Binary 10010110 1100000 111101 0 100100 111011 101001 11000 101010 101001

Color Harmonies of #96603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96603D

Black with #96603D

Text Example


Text Example

White with #96603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96603D; }

 p { color: rgb(150,96,61); }

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

background-color css

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

 a { background-color: rgb(150,96,61); }

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

border-color css

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

 span { border-color: rgb(150,96,61); }

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