Html Css Color HEX #966041 Sepia

📋 copy color: '#966041'

red 150 ◦ green 96 ◦ blue 65

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

Shades of Sepia #966041

Tints of Sepia #966041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 65 (25.78% from 255) = 20.9%

R = 48.23%
G = 30.87%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#966041 (or 0x966041) is known color: Sepia. HEX triplet: 96, 60 and 41. RGB value is (150,96,65). Sum of RGB (Red+Green+Blue) = 150+96+65=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #966041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966041 is #699FBE. Grayscale: #6C6C6C. Windows color (decimal): -6922175 or 4284566. OLE color: 4284566.

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

Color convert

RGB 150 96 65 -
CMYK 0 0.36 0.57 0.41
HSL 21.88º 0.4% 0.42% -
HSV(B) 21.88º 0.57% 0.59% -
XYZ 17.71 15.23 7.01 -
YUV 108.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 150 96 65 0 0.36 0.57 0.41 21.88 0.4 0.42
Hex 96 60 41 0 24 39 29 16 28 2A
Octal 226 140 101 0 44 71 51 26 50 52
Binary 10010110 1100000 1000001 0 100100 111001 101001 10110 101000 101010

Color Harmonies of #966041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966041

Black with #966041

Text Example


Text Example

White with #966041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966041; }

 p { color: rgb(150,96,65); }

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

background-color css

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

 a { background-color: rgb(150,96,65); }

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

border-color css

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

 span { border-color: rgb(150,96,65); }

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