Html Css Color HEX #956044 Sepia

📋 copy color: '#956044'

red 149 ◦ green 96 ◦ blue 68

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

Shades of Sepia #956044

Tints of Sepia #956044

RGB

 RED value IS 149 (58.59% from 255) = 47.6%

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 47.6%
G = 30.67%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#956044 (or 0x956044) is known color: Sepia. HEX triplet: 95, 60 and 44. RGB value is (149,96,68). Sum of RGB (Red+Green+Blue) = 149+96+68=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956044 is #6A9FBB. Grayscale: #6C6C6C. Windows color (decimal): -6987708 or 4481173. OLE color: 4481173.

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

Color convert

RGB 149 96 68 -
CMYK 0 0.36 0.54 0.42
HSL 20.74º 0.37% 0.43% -
HSV(B) 20.74º 0.54% 0.58% -
XYZ 17.62 15.17 7.47 -
YUV 108.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 149 96 68 0 0.36 0.54 0.42 20.74 0.37 0.43
Hex 95 60 44 0 24 36 2A 15 25 2B
Octal 225 140 104 0 44 66 52 25 45 53
Binary 10010101 1100000 1000100 0 100100 110110 101010 10101 100101 101011

Color Harmonies of #956044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956044

Black with #956044

Text Example


Text Example

White with #956044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956044; }

 p { color: rgb(149,96,68); }

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

background-color css

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

 a { background-color: rgb(149,96,68); }

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

border-color css

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

 span { border-color: rgb(149,96,68); }

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