Html Css Color HEX #9F6345 Sepia

📋 copy color: '#9F6345'

red 159 ◦ green 99 ◦ blue 69

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

Shades of Sepia #9F6345

Tints of Sepia #9F6345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 48.62%
G = 30.28%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F6345 (or 0x9F6345) is known color: Sepia. HEX triplet: 9F, 63 and 45. RGB value is (159,99,69). Sum of RGB (Red+Green+Blue) = 159+99+69=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6345 is #609CBA. Grayscale: #717171. Windows color (decimal): -6331579 or 4547487. OLE color: 4547487.

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

Color convert

RGB 159 99 69 -
CMYK 0 0.38 0.57 0.38
HSL 20º 0.39% 0.45% -
HSV(B) 20º 0.57% 0.62% -
XYZ 19.83 16.72 7.81 -
YUV 113.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 159 99 69 0 0.38 0.57 0.38 20 0.39 0.45
Hex 9F 63 45 0 26 39 26 14 27 2D
Octal 237 143 105 0 46 71 46 24 47 55
Binary 10011111 1100011 1000101 0 100110 111001 100110 10100 100111 101101

Color Harmonies of #9F6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6345

Black with #9F6345

Text Example


Text Example

White with #9F6345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,69); }

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

background-color css

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

 a { background-color: rgb(159,99,69); }

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

border-color css

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

 span { border-color: rgb(159,99,69); }

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