Html Css Color HEX #966047 Sepia

📋 copy color: '#966047'

red 150 ◦ green 96 ◦ blue 71

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

Shades of Sepia #966047

Tints of Sepia #966047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 47.32%
G = 30.28%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#966047 (or 0x966047) is known color: Sepia. HEX triplet: 96, 60 and 47. RGB value is (150,96,71). Sum of RGB (Red+Green+Blue) = 150+96+71=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966047 is #699FB8. Grayscale: #6D6D6D. Windows color (decimal): -6922169 or 4677782. OLE color: 4677782.

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

Color convert

RGB 150 96 71 -
CMYK 0 0.36 0.53 0.41
HSL 18.99º 0.36% 0.43% -
HSV(B) 18.99º 0.53% 0.59% -
XYZ 17.9 15.3 7.97 -
YUV 109.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 150 96 71 0 0.36 0.53 0.41 18.99 0.36 0.43
Hex 96 60 47 0 24 35 29 13 24 2B
Octal 226 140 107 0 44 65 51 23 44 53
Binary 10010110 1100000 1000111 0 100100 110101 101001 10011 100100 101011

Color Harmonies of #966047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966047

Black with #966047

Text Example


Text Example

White with #966047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966047; }

 p { color: rgb(150,96,71); }

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

background-color css

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

 a { background-color: rgb(150,96,71); }

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

border-color css

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

 span { border-color: rgb(150,96,71); }

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