Html Css Color HEX #9F7168 Dark Chestnut

📋 copy color: '#9F7168'

red 159 ◦ green 113 ◦ blue 104

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

Shades of Dark Chestnut #9F7168

Tints of Dark Chestnut #9F7168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 104 (41.02% from 255) = 27.66%

R = 42.29%
G = 30.05%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F7168 (or 0x9F7168) is known color: Dark Chestnut. HEX triplet: 9F, 71 and 68. RGB value is (159,113,104). Sum of RGB (Red+Green+Blue) = 159+113+104=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7168 is #608E97. Grayscale: #7D7D7D. Windows color (decimal): -6327960 or 6844831. OLE color: 6844831.

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

Color convert

RGB 159 113 104 -
CMYK 0 0.29 0.35 0.38
HSL 9.82º 0.22% 0.52% -
HSV(B) 9.82º 0.35% 0.62% -
XYZ 22.7 20.18 15.8 -
YUV 125.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 159 113 104 0 0.29 0.35 0.38 9.82 0.22 0.52
Hex 9F 71 68 0 1D 23 26 A 16 34
Octal 237 161 150 0 35 43 46 12 26 64
Binary 10011111 1110001 1101000 0 11101 100011 100110 1010 10110 110100

Color Harmonies of #9F7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7168

Black with #9F7168

Text Example


Text Example

White with #9F7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,113,104); }

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

background-color css

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

 a { background-color: rgb(159,113,104); }

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

border-color css

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

 span { border-color: rgb(159,113,104); }

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