Html Css Color HEX #965A3F Sepia

📋 copy color: '#965A3F'

red 150 ◦ green 90 ◦ blue 63

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

Shades of Sepia #965A3F

Tints of Sepia #965A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 49.5%
G = 29.7%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#965A3F (or 0x965A3F) is known color: Sepia. HEX triplet: 96, 5A and 3F. RGB value is (150,90,63). Sum of RGB (Red+Green+Blue) = 150+90+63=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A3F is #69A5C0. Grayscale: #696969. Windows color (decimal): -6923713 or 4151958. OLE color: 4151958.

HSL color Cylindrical-coordinate representation of color #965A3F: hue angle of 18.62º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #965A3F is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 63 -
CMYK 0 0.4 0.58 0.41
HSL 18.62º 0.41% 0.42% -
HSV(B) 18.62º 0.58% 0.59% -
XYZ 17.13 14.16 6.53 -
YUV 104.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 150 90 63 0 0.4 0.58 0.41 18.62 0.41 0.42
Hex 96 5A 3F 0 28 3A 29 13 29 2A
Octal 226 132 77 0 50 72 51 23 51 52
Binary 10010110 1011010 111111 0 101000 111010 101001 10011 101001 101010

Color Harmonies of #965A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A3F

Black with #965A3F

Text Example


Text Example

White with #965A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,90,63); }

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

background-color css

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

 a { background-color: rgb(150,90,63); }

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

border-color css

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

 span { border-color: rgb(150,90,63); }

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