Html Css Color HEX #966145 Sepia

📋 copy color: '#966145'

red 150 ◦ green 97 ◦ blue 69

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

Shades of Sepia #966145

Tints of Sepia #966145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 47.47%
G = 30.7%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#966145 (or 0x966145) is known color: Sepia. HEX triplet: 96, 61 and 45. RGB value is (150,97,69). Sum of RGB (Red+Green+Blue) = 150+97+69=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #966145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966145 is #699EBA. Grayscale: #6D6D6D. Windows color (decimal): -6921915 or 4546966. OLE color: 4546966.

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

Color convert

RGB 150 97 69 -
CMYK 0 0.35 0.54 0.41
HSL 20.74º 0.37% 0.43% -
HSV(B) 20.74º 0.54% 0.59% -
XYZ 17.93 15.46 7.67 -
YUV 109.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 150 97 69 0 0.35 0.54 0.41 20.74 0.37 0.43
Hex 96 61 45 0 23 36 29 15 25 2B
Octal 226 141 105 0 43 66 51 25 45 53
Binary 10010110 1100001 1000101 0 100011 110110 101001 10101 100101 101011

Color Harmonies of #966145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966145

Black with #966145

Text Example


Text Example

White with #966145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966145; }

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

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

background-color css

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

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

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

border-color css

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

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

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