Html Css Color HEX #9A7168 Dark Chestnut

📋 copy color: '#9A7168'

red 154 ◦ green 113 ◦ blue 104

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

Shades of Dark Chestnut #9A7168

Tints of Dark Chestnut #9A7168

RGB

 RED value IS 154 (60.55% from 255) = 41.51%

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

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

R = 41.51%
G = 30.46%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A7168 (or 0x9A7168) is known color: Dark Chestnut. HEX triplet: 9A, 71 and 68. RGB value is (154,113,104). Sum of RGB (Red+Green+Blue) = 154+113+104=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7168 is #658E97. Grayscale: #7C7C7C. Windows color (decimal): -6655640 or 6844826. OLE color: 6844826.

HSL color Cylindrical-coordinate representation of color #9A7168: hue angle of 10.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A7168 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 113 104 -
CMYK 0 0.27 0.32 0.40
HSL 10.8º 0.2% 0.51% -
HSV(B) 10.8º 0.32% 0.6% -
XYZ 21.73 19.68 15.75 -
YUV 124.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 154 113 104 0 0.27 0.32 0.40 10.8 0.2 0.51
Hex 9A 71 68 0 1B 20 28 B 14 33
Octal 232 161 150 0 33 40 50 13 24 63
Binary 10011010 1110001 1101000 0 11011 100000 101000 1011 10100 110011

Color Harmonies of #9A7168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7168

Black with #9A7168

Text Example


Text Example

White with #9A7168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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