Html Css Color HEX #965540 Sepia

📋 copy color: '#965540'

red 150 ◦ green 85 ◦ blue 64

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

Shades of Sepia #965540

Tints of Sepia #965540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 50.17%
G = 28.43%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965540 (or 0x965540) is known color: Sepia. HEX triplet: 96, 55 and 40. RGB value is (150,85,64). Sum of RGB (Red+Green+Blue) = 150+85+64=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965540 is #69AABF. Grayscale: #666666. Windows color (decimal): -6924992 or 4216214. OLE color: 4216214.

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

Color convert

RGB 150 85 64 -
CMYK 0 0.43 0.57 0.41
HSL 14.65º 0.4% 0.42% -
HSV(B) 14.65º 0.57% 0.59% -
XYZ 16.75 13.35 6.54 -
YUV 102.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 150 85 64 0 0.43 0.57 0.41 14.65 0.4 0.42
Hex 96 55 40 0 2B 39 29 F 28 2A
Octal 226 125 100 0 53 71 51 17 50 52
Binary 10010110 1010101 1000000 0 101011 111001 101001 1111 101000 101010

Color Harmonies of #965540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965540

Black with #965540

Text Example


Text Example

White with #965540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965540; }

 p { color: rgb(150,85,64); }

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

background-color css

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

 a { background-color: rgb(150,85,64); }

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

border-color css

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

 span { border-color: rgb(150,85,64); }

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