Html Css Color HEX #965645 Sepia

📋 copy color: '#965645'

red 150 ◦ green 86 ◦ blue 69

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

Shades of Sepia #965645

Tints of Sepia #965645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

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

R = 49.18%
G = 28.2%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#965645 (or 0x965645) is known color: Sepia. HEX triplet: 96, 56 and 45. RGB value is (150,86,69). Sum of RGB (Red+Green+Blue) = 150+86+69=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #965645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965645 is #69A9BA. Grayscale: #676767. Windows color (decimal): -6924731 or 4544150. OLE color: 4544150.

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

Color convert

RGB 150 86 69 -
CMYK 0 0.43 0.54 0.41
HSL 12.59º 0.37% 0.43% -
HSV(B) 12.59º 0.54% 0.59% -
XYZ 16.98 13.57 7.35 -
YUV 103.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 150 86 69 0 0.43 0.54 0.41 12.59 0.37 0.43
Hex 96 56 45 0 2B 36 29 D 25 2B
Octal 226 126 105 0 53 66 51 15 45 53
Binary 10010110 1010110 1000101 0 101011 110110 101001 1101 100101 101011

Color Harmonies of #965645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965645

Black with #965645

Text Example


Text Example

White with #965645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965645; }

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

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

background-color css

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

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

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

border-color css

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

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

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