Html Css Color HEX #96613D Rope

📋 copy color: '#96613D'

red 150 ◦ green 97 ◦ blue 61

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

Shades of Rope #96613D

Tints of Rope #96613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

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

R = 48.7%
G = 31.49%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96613D (or 0x96613D) is known color: Rope. HEX triplet: 96, 61 and 3D. RGB value is (150,97,61). Sum of RGB (Red+Green+Blue) = 150+97+61=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #96613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96613D is #699EC2. Grayscale: #6C6C6C. Windows color (decimal): -6921923 or 4022678. OLE color: 4022678.

HSL color Cylindrical-coordinate representation of color #96613D: hue angle of 24.27º 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 #96613D is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 61 -
CMYK 0 0.35 0.59 0.41
HSL 24.27º 0.42% 0.41% -
HSV(B) 24.27º 0.59% 0.59% -
XYZ 17.69 15.37 6.45 -
YUV 108.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 150 97 61 0 0.35 0.59 0.41 24.27 0.42 0.41
Hex 96 61 3D 0 23 3B 29 18 2A 29
Octal 226 141 75 0 43 73 51 30 52 51
Binary 10010110 1100001 111101 0 100011 111011 101001 11000 101010 101001

Color Harmonies of #96613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96613D

Black with #96613D

Text Example


Text Example

White with #96613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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