Html Css Color HEX #965744 Sepia

📋 copy color: '#965744'

red 150 ◦ green 87 ◦ blue 68

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

Shades of Sepia #965744

Tints of Sepia #965744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 49.18%
G = 28.52%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#965744 (or 0x965744) is known color: Sepia. HEX triplet: 96, 57 and 44. RGB value is (150,87,68). Sum of RGB (Red+Green+Blue) = 150+87+68=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965744 is #69A8BB. Grayscale: #676767. Windows color (decimal): -6924476 or 4478870. OLE color: 4478870.

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

Color convert

RGB 150 87 68 -
CMYK 0 0.42 0.55 0.41
HSL 13.9º 0.38% 0.43% -
HSV(B) 13.9º 0.55% 0.59% -
XYZ 17.03 13.72 7.22 -
YUV 103.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 150 87 68 0 0.42 0.55 0.41 13.9 0.38 0.43
Hex 96 57 44 0 2A 37 29 E 26 2B
Octal 226 127 104 0 52 67 51 16 46 53
Binary 10010110 1010111 1000100 0 101010 110111 101001 1110 100110 101011

Color Harmonies of #965744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965744

Black with #965744

Text Example


Text Example

White with #965744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965744; }

 p { color: rgb(150,87,68); }

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

background-color css

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

 a { background-color: rgb(150,87,68); }

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

border-color css

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

 span { border-color: rgb(150,87,68); }

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