Html Css Color HEX #9A6F68 Dark Chestnut

📋 copy color: '#9A6F68'

red 154 ◦ green 111 ◦ blue 104

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

Shades of Dark Chestnut #9A6F68

Tints of Dark Chestnut #9A6F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.08%

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

R = 41.73%
G = 30.08%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A6F68 (or 0x9A6F68) is known color: Dark Chestnut. HEX triplet: 9A, 6F and 68. RGB value is (154,111,104). Sum of RGB (Red+Green+Blue) = 154+111+104=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6F68 is #659097. Grayscale: #7B7B7B. Windows color (decimal): -6656152 or 6844314. OLE color: 6844314.

HSL color Cylindrical-coordinate representation of color #9A6F68: hue angle of 8.4º 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 #9A6F68 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 111 104 -
CMYK 0 0.28 0.32 0.40
HSL 8.4º 0.2% 0.51% -
HSV(B) 8.4º 0.32% 0.6% -
XYZ 21.51 19.24 15.68 -
YUV 123.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 154 111 104 0 0.28 0.32 0.40 8.4 0.2 0.51
Hex 9A 6F 68 0 1C 20 28 8 14 33
Octal 232 157 150 0 34 40 50 10 24 63
Binary 10011010 1101111 1101000 0 11100 100000 101000 1000 10100 110011

Color Harmonies of #9A6F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6F68

Black with #9A6F68

Text Example


Text Example

White with #9A6F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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