Html Css Color HEX #9A685E Dark Chestnut

📋 copy color: '#9A685E'

red 154 ◦ green 104 ◦ blue 94

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

Shades of Dark Chestnut #9A685E

Tints of Dark Chestnut #9A685E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 43.75%
G = 29.55%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#9A685E (or 0x9A685E) is known color: Dark Chestnut. HEX triplet: 9A, 68 and 5E. RGB value is (154,104,94). Sum of RGB (Red+Green+Blue) = 154+104+94=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A685E is #6597A1. Grayscale: #757575. Windows color (decimal): -6657954 or 6187162. OLE color: 6187162.

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

Color convert

RGB 154 104 94 -
CMYK 0 0.32 0.39 0.40
HSL 10º 0.24% 0.49% -
HSV(B) 10º 0.39% 0.6% -
XYZ 20.3 17.58 12.91 -
YUV 117.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 154 104 94 0 0.32 0.39 0.40 10 0.24 0.49
Hex 9A 68 5E 0 20 27 28 A 18 31
Octal 232 150 136 0 40 47 50 12 30 61
Binary 10011010 1101000 1011110 0 100000 100111 101000 1010 11000 110001

Color Harmonies of #9A685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A685E

Black with #9A685E

Text Example


Text Example

White with #9A685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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