Html Css Color HEX #966144 Sepia

📋 copy color: '#966144'

red 150 ◦ green 97 ◦ blue 68

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

Shades of Sepia #966144

Tints of Sepia #966144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

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

R = 47.62%
G = 30.79%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#966144 (or 0x966144) is known color: Sepia. HEX triplet: 96, 61 and 44. RGB value is (150,97,68). Sum of RGB (Red+Green+Blue) = 150+97+68=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966144 is #699EBB. Grayscale: #6D6D6D. Windows color (decimal): -6921916 or 4481430. OLE color: 4481430.

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

Color convert

RGB 150 97 68 -
CMYK 0 0.35 0.55 0.41
HSL 21.22º 0.38% 0.43% -
HSV(B) 21.22º 0.55% 0.59% -
XYZ 17.9 15.45 7.51 -
YUV 109.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 150 97 68 0 0.35 0.55 0.41 21.22 0.38 0.43
Hex 96 61 44 0 23 37 29 15 26 2B
Octal 226 141 104 0 43 67 51 25 46 53
Binary 10010110 1100001 1000100 0 100011 110111 101001 10101 100110 101011

Color Harmonies of #966144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966144

Black with #966144

Text Example


Text Example

White with #966144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966144; }

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

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

background-color css

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

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

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

border-color css

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

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

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