Html Css Color HEX #965946 Sepia

📋 copy color: '#965946'

red 150 ◦ green 89 ◦ blue 70

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

Shades of Sepia #965946

Tints of Sepia #965946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 48.54%
G = 28.8%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#965946 (or 0x965946) is known color: Sepia. HEX triplet: 96, 59 and 46. RGB value is (150,89,70). Sum of RGB (Red+Green+Blue) = 150+89+70=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #965946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965946 is #69A6B9. Grayscale: #696969. Windows color (decimal): -6923962 or 4610454. OLE color: 4610454.

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

Color convert

RGB 150 89 70 -
CMYK 0 0.41 0.53 0.41
HSL 14.25º 0.36% 0.43% -
HSV(B) 14.25º 0.53% 0.59% -
XYZ 17.26 14.07 7.6 -
YUV 105.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 150 89 70 0 0.41 0.53 0.41 14.25 0.36 0.43
Hex 96 59 46 0 29 35 29 E 24 2B
Octal 226 131 106 0 51 65 51 16 44 53
Binary 10010110 1011001 1000110 0 101001 110101 101001 1110 100100 101011

Color Harmonies of #965946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965946

Black with #965946

Text Example


Text Example

White with #965946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965946; }

 p { color: rgb(150,89,70); }

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

background-color css

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

 a { background-color: rgb(150,89,70); }

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

border-color css

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

 span { border-color: rgb(150,89,70); }

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