Html Css Color HEX #965845 Sepia

📋 copy color: '#965845'

red 150 ◦ green 88 ◦ blue 69

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

Shades of Sepia #965845

Tints of Sepia #965845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 48.86%
G = 28.66%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#965845 (or 0x965845) is known color: Sepia. HEX triplet: 96, 58 and 45. RGB value is (150,88,69). Sum of RGB (Red+Green+Blue) = 150+88+69=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965845 is #69A7BA. Grayscale: #686868. Windows color (decimal): -6924219 or 4544662. OLE color: 4544662.

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

Color convert

RGB 150 88 69 -
CMYK 0 0.41 0.54 0.41
HSL 14.07º 0.37% 0.43% -
HSV(B) 14.07º 0.54% 0.59% -
XYZ 17.14 13.89 7.41 -
YUV 104.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 150 88 69 0 0.41 0.54 0.41 14.07 0.37 0.43
Hex 96 58 45 0 29 36 29 E 25 2B
Octal 226 130 105 0 51 66 51 16 45 53
Binary 10010110 1011000 1000101 0 101001 110110 101001 1110 100101 101011

Color Harmonies of #965845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965845

Black with #965845

Text Example


Text Example

White with #965845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965845; }

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

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

background-color css

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

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

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

border-color css

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

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

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