Html Css Color HEX #965F47 Sepia

📋 copy color: '#965F47'

red 150 ◦ green 95 ◦ blue 71

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

Shades of Sepia #965F47

Tints of Sepia #965F47

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 47.47%
G = 30.06%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#965F47 (or 0x965F47) is known color: Sepia. HEX triplet: 96, 5F and 47. RGB value is (150,95,71). Sum of RGB (Red+Green+Blue) = 150+95+71=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F47 is #69A0B8. Grayscale: #6C6C6C. Windows color (decimal): -6922425 or 4677526. OLE color: 4677526.

HSL color Cylindrical-coordinate representation of color #965F47: hue angle of 18.23º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965F47 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 71 -
CMYK 0 0.37 0.53 0.41
HSL 18.23º 0.36% 0.43% -
HSV(B) 18.23º 0.53% 0.59% -
XYZ 17.81 15.12 7.94 -
YUV 108.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 150 95 71 0 0.37 0.53 0.41 18.23 0.36 0.43
Hex 96 5F 47 0 25 35 29 12 24 2B
Octal 226 137 107 0 45 65 51 22 44 53
Binary 10010110 1011111 1000111 0 100101 110101 101001 10010 100100 101011

Color Harmonies of #965F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F47

Black with #965F47

Text Example


Text Example

White with #965F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,71); }

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

background-color css

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

 a { background-color: rgb(150,95,71); }

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

border-color css

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

 span { border-color: rgb(150,95,71); }

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