Html Css Color HEX #965C40 Sepia

📋 copy color: '#965C40'

red 150 ◦ green 92 ◦ blue 64

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

Shades of Sepia #965C40

Tints of Sepia #965C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 49.02%
G = 30.07%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#965C40 (or 0x965C40) is known color: Sepia. HEX triplet: 96, 5C and 40. RGB value is (150,92,64). Sum of RGB (Red+Green+Blue) = 150+92+64=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #965C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C40 is #69A3BF. Grayscale: #6A6A6A. Windows color (decimal): -6923200 or 4218006. OLE color: 4218006.

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

Color convert

RGB 150 92 64 -
CMYK 0 0.39 0.57 0.41
HSL 19.53º 0.4% 0.42% -
HSV(B) 19.53º 0.57% 0.59% -
XYZ 17.33 14.51 6.74 -
YUV 106.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 150 92 64 0 0.39 0.57 0.41 19.53 0.4 0.42
Hex 96 5C 40 0 27 39 29 14 28 2A
Octal 226 134 100 0 47 71 51 24 50 52
Binary 10010110 1011100 1000000 0 100111 111001 101001 10100 101000 101010

Color Harmonies of #965C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965C40

Black with #965C40

Text Example


Text Example

White with #965C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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