Html Css Color HEX #965841 Sepia

📋 copy color: '#965841'

red 150 ◦ green 88 ◦ blue 65

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

Shades of Sepia #965841

Tints of Sepia #965841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 49.5%
G = 29.04%
B = 21.45%

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

#965841 (or 0x965841) is known color: Sepia. HEX triplet: 96, 58 and 41. RGB value is (150,88,65). Sum of RGB (Red+Green+Blue) = 150+88+65=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965841 is #69A7BE. Grayscale: #686868. Windows color (decimal): -6924223 or 4282518. OLE color: 4282518.

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

Color convert

RGB 150 88 65 -
CMYK 0 0.41 0.57 0.41
HSL 16.24º 0.4% 0.42% -
HSV(B) 16.24º 0.57% 0.59% -
XYZ 17.02 13.85 6.78 -
YUV 103.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 150 88 65 0 0.41 0.57 0.41 16.24 0.4 0.42
Hex 96 58 41 0 29 39 29 10 28 2A
Octal 226 130 101 0 51 71 51 20 50 52
Binary 10010110 1011000 1000001 0 101001 111001 101001 10000 101000 101010

Color Harmonies of #965841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965841

Black with #965841

Text Example


Text Example

White with #965841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965841; }

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

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

background-color css

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

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

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

border-color css

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

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

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