Html Css Color HEX #9F7246 Pale Brown

📋 copy color: '#9F7246'

red 159 ◦ green 114 ◦ blue 70

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

Shades of Pale Brown #9F7246

Tints of Pale Brown #9F7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 46.36%
G = 33.24%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9F7246 (or 0x9F7246) is known color: Pale Brown. HEX triplet: 9F, 72 and 46. RGB value is (159,114,70). Sum of RGB (Red+Green+Blue) = 159+114+70=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7246 is #608DB9. Grayscale: #7A7A7A. Windows color (decimal): -6327738 or 4616863. OLE color: 4616863.

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

Color convert

RGB 159 114 70 -
CMYK 0 0.28 0.56 0.38
HSL 29.66º 0.39% 0.45% -
HSV(B) 29.66º 0.56% 0.62% -
XYZ 21.42 19.85 8.5 -
YUV 122.44 98.41 154.08 -
System Red Green Blue C M Y K H S L
Decimal 159 114 70 0 0.28 0.56 0.38 29.66 0.39 0.45
Hex 9F 72 46 0 1C 38 26 1E 27 2D
Octal 237 162 106 0 34 70 46 36 47 55
Binary 10011111 1110010 1000110 0 11100 111000 100110 11110 100111 101101

Color Harmonies of #9F7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7246

Black with #9F7246

Text Example


Text Example

White with #9F7246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,114,70); }

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

background-color css

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

 a { background-color: rgb(159,114,70); }

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

border-color css

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

 span { border-color: rgb(159,114,70); }

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