Html Css Color HEX #965A41 Sepia

📋 copy color: '#965A41'

red 150 ◦ green 90 ◦ blue 65

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

Shades of Sepia #965A41

Tints of Sepia #965A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 49.18%
G = 29.51%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965A41 (or 0x965A41) is known color: Sepia. HEX triplet: 96, 5A and 41. RGB value is (150,90,65). Sum of RGB (Red+Green+Blue) = 150+90+65=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A41 is #69A5BE. Grayscale: #696969. Windows color (decimal): -6923711 or 4283030. OLE color: 4283030.

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

Color convert

RGB 150 90 65 -
CMYK 0 0.4 0.57 0.41
HSL 17.65º 0.4% 0.42% -
HSV(B) 17.65º 0.57% 0.59% -
XYZ 17.19 14.18 6.83 -
YUV 105.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 150 90 65 0 0.4 0.57 0.41 17.65 0.4 0.42
Hex 96 5A 41 0 28 39 29 12 28 2A
Octal 226 132 101 0 50 71 51 22 50 52
Binary 10010110 1011010 1000001 0 101000 111001 101001 10010 101000 101010

Color Harmonies of #965A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A41

Black with #965A41

Text Example


Text Example

White with #965A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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