Html Css Color HEX #965A49 Sepia

📋 copy color: '#965A49'

red 150 ◦ green 90 ◦ blue 73

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

Shades of Sepia #965A49

Tints of Sepia #965A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 47.92%
G = 28.75%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#965A49 (or 0x965A49) is known color: Sepia. HEX triplet: 96, 5A and 49. RGB value is (150,90,73). Sum of RGB (Red+Green+Blue) = 150+90+73=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A49 is #69A5B6. Grayscale: #6A6A6A. Windows color (decimal): -6923703 or 4807318. OLE color: 4807318.

HSL color Cylindrical-coordinate representation of color #965A49: hue angle of 13.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965A49 is Cyan = 0, Magento = 0.4, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 73 -
CMYK 0 0.4 0.51 0.41
HSL 13.25º 0.35% 0.44% -
HSV(B) 13.25º 0.51% 0.59% -
XYZ 17.44 14.28 8.14 -
YUV 106 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 150 90 73 0 0.4 0.51 0.41 13.25 0.35 0.44
Hex 96 5A 49 0 28 33 29 D 23 2C
Octal 226 132 111 0 50 63 51 15 43 54
Binary 10010110 1011010 1001001 0 101000 110011 101001 1101 100011 101100

Color Harmonies of #965A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A49

Black with #965A49

Text Example


Text Example

White with #965A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A49; }

 p { color: rgb(150,90,73); }

 H1.HeaderClassName
 {
   color: #965A49;
 }
 .AnyTagClassName
 {
   color: #965A49;
 }
</style>

background-color css

<style>
 a { background-color: #965A49; }

 a { background-color: rgb(150,90,73); }

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

border-color css

<style>
 span { border-color: #965A49; }

 span { border-color: rgb(150,90,73); }

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