Html Css Color HEX #96553C Sepia

📋 copy color: '#96553C'

red 150 ◦ green 85 ◦ blue 60

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

Shades of Sepia #96553C

Tints of Sepia #96553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 50.85%
G = 28.81%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96553C (or 0x96553C) is known color: Sepia. HEX triplet: 96, 55 and 3C. RGB value is (150,85,60). Sum of RGB (Red+Green+Blue) = 150+85+60=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96553C is #69AAC3. Grayscale: #656565. Windows color (decimal): -6924996 or 3954070. OLE color: 3954070.

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

Color convert

RGB 150 85 60 -
CMYK 0 0.43 0.6 0.41
HSL 16.67º 0.43% 0.41% -
HSV(B) 16.67º 0.6% 0.59% -
XYZ 16.64 13.31 5.97 -
YUV 101.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 150 85 60 0 0.43 0.6 0.41 16.67 0.43 0.41
Hex 96 55 3C 0 2B 3C 29 11 2B 29
Octal 226 125 74 0 53 74 51 21 53 51
Binary 10010110 1010101 111100 0 101011 111100 101001 10001 101011 101001

Color Harmonies of #96553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96553C

Black with #96553C

Text Example


Text Example

White with #96553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96553C; }

 p { color: rgb(150,85,60); }

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

background-color css

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

 a { background-color: rgb(150,85,60); }

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

border-color css

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

 span { border-color: rgb(150,85,60); }

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