Html Css Color HEX #965441 Sepia

📋 copy color: '#965441'

red 150 ◦ green 84 ◦ blue 65

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

Shades of Sepia #965441

Tints of Sepia #965441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 50.17%
G = 28.09%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965441 (or 0x965441) is known color: Sepia. HEX triplet: 96, 54 and 41. RGB value is (150,84,65). Sum of RGB (Red+Green+Blue) = 150+84+65=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965441 is #69ABBE. Grayscale: #656565. Windows color (decimal): -6925247 or 4281494. OLE color: 4281494.

HSL color Cylindrical-coordinate representation of color #965441: hue angle of 13.41º 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 #965441 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 65 -
CMYK 0 0.44 0.57 0.41
HSL 13.41º 0.4% 0.42% -
HSV(B) 13.41º 0.57% 0.59% -
XYZ 16.7 13.21 6.67 -
YUV 101.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 150 84 65 0 0.44 0.57 0.41 13.41 0.4 0.42
Hex 96 54 41 0 2C 39 29 D 28 2A
Octal 226 124 101 0 54 71 51 15 50 52
Binary 10010110 1010100 1000001 0 101100 111001 101001 1101 101000 101010

Color Harmonies of #965441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965441

Black with #965441

Text Example


Text Example

White with #965441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965441; }

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

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

background-color css

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

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

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

border-color css

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

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

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