Html Css Color HEX #96523C Sepia

📋 copy color: '#96523C'

red 150 ◦ green 82 ◦ blue 60

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

Shades of Sepia #96523C

Tints of Sepia #96523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

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

R = 51.37%
G = 28.08%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96523C (or 0x96523C) is known color: Sepia. HEX triplet: 96, 52 and 3C. RGB value is (150,82,60). Sum of RGB (Red+Green+Blue) = 150+82+60=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523C is #69ADC3. Grayscale: #636363. Windows color (decimal): -6925764 or 3953302. OLE color: 3953302.

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

Color convert

RGB 150 82 60 -
CMYK 0 0.45 0.6 0.41
HSL 14.67º 0.43% 0.41% -
HSV(B) 14.67º 0.6% 0.59% -
XYZ 16.41 12.84 5.89 -
YUV 99.82 105.53 163.79 -
System Red Green Blue C M Y K H S L
Decimal 150 82 60 0 0.45 0.6 0.41 14.67 0.43 0.41
Hex 96 52 3C 0 2D 3C 29 F 2B 29
Octal 226 122 74 0 55 74 51 17 53 51
Binary 10010110 1010010 111100 0 101101 111100 101001 1111 101011 101001

Color Harmonies of #96523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96523C

Black with #96523C

Text Example


Text Example

White with #96523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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