Html Css Color HEX #965940 Sepia

📋 copy color: '#965940'

red 150 ◦ green 89 ◦ blue 64

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

Shades of Sepia #965940

Tints of Sepia #965940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 49.5%
G = 29.37%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965940 (or 0x965940) is known color: Sepia. HEX triplet: 96, 59 and 40. RGB value is (150,89,64). Sum of RGB (Red+Green+Blue) = 150+89+64=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965940 is #69A6BF. Grayscale: #686868. Windows color (decimal): -6923968 or 4217238. OLE color: 4217238.

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

Color convert

RGB 150 89 64 -
CMYK 0 0.41 0.57 0.41
HSL 17.44º 0.4% 0.42% -
HSV(B) 17.44º 0.57% 0.59% -
XYZ 17.08 14 6.65 -
YUV 104.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 150 89 64 0 0.41 0.57 0.41 17.44 0.4 0.42
Hex 96 59 40 0 29 39 29 11 28 2A
Octal 226 131 100 0 51 71 51 21 50 52
Binary 10010110 1011001 1000000 0 101001 111001 101001 10001 101000 101010

Color Harmonies of #965940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965940

Black with #965940

Text Example


Text Example

White with #965940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965940; }

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

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

background-color css

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

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

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

border-color css

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

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

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