Html Css Color HEX #965F44 Sepia

📋 copy color: '#965F44'

red 150 ◦ green 95 ◦ blue 68

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

Shades of Sepia #965F44

Tints of Sepia #965F44

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 47.92%
G = 30.35%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#965F44 (or 0x965F44) is known color: Sepia. HEX triplet: 96, 5F and 44. RGB value is (150,95,68). Sum of RGB (Red+Green+Blue) = 150+95+68=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #965F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F44 is #69A0BB. Grayscale: #6C6C6C. Windows color (decimal): -6922428 or 4480918. OLE color: 4480918.

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

Color convert

RGB 150 95 68 -
CMYK 0 0.37 0.55 0.41
HSL 19.76º 0.38% 0.43% -
HSV(B) 19.76º 0.55% 0.59% -
XYZ 17.71 15.09 7.45 -
YUV 108.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 150 95 68 0 0.37 0.55 0.41 19.76 0.38 0.43
Hex 96 5F 44 0 25 37 29 14 26 2B
Octal 226 137 104 0 45 67 51 24 46 53
Binary 10010110 1011111 1000100 0 100101 110111 101001 10100 100110 101011

Color Harmonies of #965F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F44

Black with #965F44

Text Example


Text Example

White with #965F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,68); }

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

background-color css

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

 a { background-color: rgb(150,95,68); }

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

border-color css

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

 span { border-color: rgb(150,95,68); }

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