Html Css Color HEX #956043 Sepia

📋 copy color: '#956043'

red 149 ◦ green 96 ◦ blue 67

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

Shades of Sepia #956043

Tints of Sepia #956043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 47.76%
G = 30.77%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#956043 (or 0x956043) is known color: Sepia. HEX triplet: 95, 60 and 43. RGB value is (149,96,67). Sum of RGB (Red+Green+Blue) = 149+96+67=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956043 is #6A9FBC. Grayscale: #6C6C6C. Windows color (decimal): -6987709 or 4415637. OLE color: 4415637.

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

Color convert

RGB 149 96 67 -
CMYK 0 0.36 0.55 0.42
HSL 21.22º 0.38% 0.42% -
HSV(B) 21.22º 0.55% 0.58% -
XYZ 17.59 15.16 7.31 -
YUV 108.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 149 96 67 0 0.36 0.55 0.42 21.22 0.38 0.42
Hex 95 60 43 0 24 37 2A 15 26 2A
Octal 225 140 103 0 44 67 52 25 46 52
Binary 10010101 1100000 1000011 0 100100 110111 101010 10101 100110 101010

Color Harmonies of #956043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956043

Black with #956043

Text Example


Text Example

White with #956043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956043; }

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

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

background-color css

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

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

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

border-color css

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

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

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