Html Css Color HEX #96513C Sepia

📋 copy color: '#96513C'

red 150 ◦ green 81 ◦ blue 60

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

Shades of Sepia #96513C

Tints of Sepia #96513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 51.55%
G = 27.84%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96513C (or 0x96513C) is known color: Sepia. HEX triplet: 96, 51 and 3C. RGB value is (150,81,60). Sum of RGB (Red+Green+Blue) = 150+81+60=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96513C is #69AEC3. Grayscale: #636363. Windows color (decimal): -6926020 or 3953046. OLE color: 3953046.

HSL color Cylindrical-coordinate representation of color #96513C: hue angle of 14º 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 #96513C is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 60 -
CMYK 0 0.46 0.6 0.41
HSL 14º 0.43% 0.41% -
HSV(B) 14º 0.6% 0.59% -
XYZ 16.34 12.7 5.86 -
YUV 99.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 150 81 60 0 0.46 0.6 0.41 14 0.43 0.41
Hex 96 51 3C 0 2E 3C 29 E 2B 29
Octal 226 121 74 0 56 74 51 16 53 51
Binary 10010110 1010001 111100 0 101110 111100 101001 1110 101011 101001

Color Harmonies of #96513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96513C

Black with #96513C

Text Example


Text Example

White with #96513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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