Html Css Color HEX #956046 Sepia

📋 copy color: '#956046'

red 149 ◦ green 96 ◦ blue 70

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

Shades of Sepia #956046

Tints of Sepia #956046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 47.3%
G = 30.48%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#956046 (or 0x956046) is known color: Sepia. HEX triplet: 95, 60 and 46. RGB value is (149,96,70). Sum of RGB (Red+Green+Blue) = 149+96+70=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956046 is #6A9FB9. Grayscale: #6D6D6D. Windows color (decimal): -6987706 or 4612245. OLE color: 4612245.

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

Color convert

RGB 149 96 70 -
CMYK 0 0.36 0.53 0.42
HSL 19.75º 0.36% 0.43% -
HSV(B) 19.75º 0.53% 0.58% -
XYZ 17.68 15.2 7.8 -
YUV 108.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 149 96 70 0 0.36 0.53 0.42 19.75 0.36 0.43
Hex 95 60 46 0 24 35 2A 14 24 2B
Octal 225 140 106 0 44 65 52 24 44 53
Binary 10010101 1100000 1000110 0 100100 110101 101010 10100 100100 101011

Color Harmonies of #956046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956046

Black with #956046

Text Example


Text Example

White with #956046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956046; }

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

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

background-color css

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

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

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

border-color css

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

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

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