Html Css Color HEX #965D48 Sepia

📋 copy color: '#965D48'

red 150 ◦ green 93 ◦ blue 72

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

Shades of Sepia #965D48

Tints of Sepia #965D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 47.62%
G = 29.52%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#965D48 (or 0x965D48) is known color: Sepia. HEX triplet: 96, 5D and 48. RGB value is (150,93,72). Sum of RGB (Red+Green+Blue) = 150+93+72=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D48 is #69A2B7. Grayscale: #6B6B6B. Windows color (decimal): -6922936 or 4742550. OLE color: 4742550.

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

Color convert

RGB 150 93 72 -
CMYK 0 0.38 0.52 0.41
HSL 16.15º 0.35% 0.44% -
HSV(B) 16.15º 0.52% 0.59% -
XYZ 17.66 14.78 8.05 -
YUV 107.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 150 93 72 0 0.38 0.52 0.41 16.15 0.35 0.44
Hex 96 5D 48 0 26 34 29 10 23 2C
Octal 226 135 110 0 46 64 51 20 43 54
Binary 10010110 1011101 1001000 0 100110 110100 101001 10000 100011 101100

Color Harmonies of #965D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965D48

Black with #965D48

Text Example


Text Example

White with #965D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,93,72); }

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

background-color css

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

 a { background-color: rgb(150,93,72); }

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

border-color css

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

 span { border-color: rgb(150,93,72); }

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