Html Css Color HEX #9A7167 Dark Chestnut

📋 copy color: '#9A7167'

red 154 ◦ green 113 ◦ blue 103

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

Shades of Dark Chestnut #9A7167

Tints of Dark Chestnut #9A7167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.84%

R = 41.62%
G = 30.54%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#9A7167 (or 0x9A7167) is known color: Dark Chestnut. HEX triplet: 9A, 71 and 67. RGB value is (154,113,103). Sum of RGB (Red+Green+Blue) = 154+113+103=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7167 is #658E98. Grayscale: #7C7C7C. Windows color (decimal): -6655641 or 6779290. OLE color: 6779290.

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

Color convert

RGB 154 113 103 -
CMYK 0 0.27 0.33 0.40
HSL 11.76º 0.2% 0.5% -
HSV(B) 11.76º 0.33% 0.6% -
XYZ 21.68 19.66 15.48 -
YUV 124.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 154 113 103 0 0.27 0.33 0.40 11.76 0.2 0.5
Hex 9A 71 67 0 1B 21 28 C 14 32
Octal 232 161 147 0 33 41 50 14 24 62
Binary 10011010 1110001 1100111 0 11011 100001 101000 1100 10100 110010

Color Harmonies of #9A7167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7167

Black with #9A7167

Text Example


Text Example

White with #9A7167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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