Html Css Color HEX #9B604C Sepia

📋 copy color: '#9B604C'

red 155 ◦ green 96 ◦ blue 76

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

Shades of Sepia #9B604C

Tints of Sepia #9B604C

RGB

 RED value IS 155 (60.94% from 255) = 47.4%

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

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

R = 47.4%
G = 29.36%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B604C (or 0x9B604C) is known color: Sepia. HEX triplet: 9B, 60 and 4C. RGB value is (155,96,76). Sum of RGB (Red+Green+Blue) = 155+96+76=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B604C is #649FB3. Grayscale: #6F6F6F. Windows color (decimal): -6594484 or 5005467. OLE color: 5005467.

HSL color Cylindrical-coordinate representation of color #9B604C: hue angle of 15.19º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B604C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 76 -
CMYK 0 0.38 0.51 0.39
HSL 15.19º 0.34% 0.45% -
HSV(B) 15.19º 0.51% 0.61% -
XYZ 19 15.86 8.9 -
YUV 111.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 155 96 76 0 0.38 0.51 0.39 15.19 0.34 0.45
Hex 9B 60 4C 0 26 33 27 F 22 2D
Octal 233 140 114 0 46 63 47 17 42 55
Binary 10011011 1100000 1001100 0 100110 110011 100111 1111 100010 101101

Color Harmonies of #9B604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B604C

Black with #9B604C

Text Example


Text Example

White with #9B604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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