Html Css Color HEX #96573D Sepia

📋 copy color: '#96573D'

red 150 ◦ green 87 ◦ blue 61

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

Shades of Sepia #96573D

Tints of Sepia #96573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

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

R = 50.34%
G = 29.19%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96573D (or 0x96573D) is known color: Sepia. HEX triplet: 96, 57 and 3D. RGB value is (150,87,61). Sum of RGB (Red+Green+Blue) = 150+87+61=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96573D is #69A8C2. Grayscale: #676767. Windows color (decimal): -6924483 or 4020118. OLE color: 4020118.

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

Color convert

RGB 150 87 61 -
CMYK 0 0.42 0.59 0.41
HSL 17.53º 0.42% 0.41% -
HSV(B) 17.53º 0.59% 0.59% -
XYZ 16.83 13.64 6.16 -
YUV 102.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 150 87 61 0 0.42 0.59 0.41 17.53 0.42 0.41
Hex 96 57 3D 0 2A 3B 29 12 2A 29
Octal 226 127 75 0 52 73 51 22 52 51
Binary 10010110 1010111 111101 0 101010 111011 101001 10010 101010 101001

Color Harmonies of #96573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96573D

Black with #96573D

Text Example


Text Example

White with #96573D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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