Html Css Color HEX #9F604C Sepia

📋 copy color: '#9F604C'

red 159 ◦ green 96 ◦ blue 76

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

Shades of Sepia #9F604C

Tints of Sepia #9F604C

RGB

 RED value IS 159 (62.5% from 255) = 48.04%

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 48.04%
G = 29%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F604C (or 0x9F604C) is known color: Sepia. HEX triplet: 9F, 60 and 4C. RGB value is (159,96,76). Sum of RGB (Red+Green+Blue) = 159+96+76=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F604C is #609FB3. Grayscale: #707070. Windows color (decimal): -6332340 or 5005471. OLE color: 5005471.

HSL color Cylindrical-coordinate representation of color #9F604C: hue angle of 14.46º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F604C is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 76 -
CMYK 0 0.40 0.52 0.38
HSL 14.46º 0.35% 0.46% -
HSV(B) 14.46º 0.52% 0.62% -
XYZ 19.79 16.26 8.93 -
YUV 112.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 159 96 76 0 0.40 0.52 0.38 14.46 0.35 0.46
Hex 9F 60 4C 0 28 34 26 E 23 2E
Octal 237 140 114 0 50 64 46 16 43 56
Binary 10011111 1100000 1001100 0 101000 110100 100110 1110 100011 101110

Color Harmonies of #9F604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F604C

Black with #9F604C

Text Example


Text Example

White with #9F604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F604C; }

 p { color: rgb(159,96,76); }

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

background-color css

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

 a { background-color: rgb(159,96,76); }

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

border-color css

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

 span { border-color: rgb(159,96,76); }

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