Html Css Color HEX #96553F Sepia

📋 copy color: '#96553F'

red 150 ◦ green 85 ◦ blue 63

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

Shades of Sepia #96553F

Tints of Sepia #96553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.14%

R = 50.34%
G = 28.52%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96553F (or 0x96553F) is known color: Sepia. HEX triplet: 96, 55 and 3F. RGB value is (150,85,63). Sum of RGB (Red+Green+Blue) = 150+85+63=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96553F is #69AAC0. Grayscale: #666666. Windows color (decimal): -6924993 or 4150678. OLE color: 4150678.

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

Color convert

RGB 150 85 63 -
CMYK 0 0.43 0.58 0.41
HSL 15.17º 0.41% 0.42% -
HSV(B) 15.17º 0.58% 0.59% -
XYZ 16.72 13.34 6.4 -
YUV 101.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 150 85 63 0 0.43 0.58 0.41 15.17 0.41 0.42
Hex 96 55 3F 0 2B 3A 29 F 29 2A
Octal 226 125 77 0 53 72 51 17 51 52
Binary 10010110 1010101 111111 0 101011 111010 101001 1111 101001 101010

Color Harmonies of #96553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96553F

Black with #96553F

Text Example


Text Example

White with #96553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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