Html Css Color HEX #9A655C Dark Chestnut

📋 copy color: '#9A655C'

red 154 ◦ green 101 ◦ blue 92

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

Shades of Dark Chestnut #9A655C

Tints of Dark Chestnut #9A655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 44.38%
G = 29.11%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#9A655C (or 0x9A655C) is known color: Dark Chestnut. HEX triplet: 9A, 65 and 5C. RGB value is (154,101,92). Sum of RGB (Red+Green+Blue) = 154+101+92=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A655C is #659AA3. Grayscale: #737373. Windows color (decimal): -6658724 or 6055322. OLE color: 6055322.

HSL color Cylindrical-coordinate representation of color #9A655C: hue angle of 8.71º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A655C is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 101 92 -
CMYK 0 0.34 0.40 0.40
HSL 8.71º 0.25% 0.48% -
HSV(B) 8.71º 0.4% 0.6% -
XYZ 19.91 16.95 12.35 -
YUV 115.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 154 101 92 0 0.34 0.40 0.40 8.71 0.25 0.48
Hex 9A 65 5C 0 22 28 28 9 19 30
Octal 232 145 134 0 42 50 50 11 31 60
Binary 10011010 1100101 1011100 0 100010 101000 101000 1001 11001 110000

Color Harmonies of #9A655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A655C

Black with #9A655C

Text Example


Text Example

White with #9A655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,101,92); }

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

background-color css

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

 a { background-color: rgb(154,101,92); }

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

border-color css

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

 span { border-color: rgb(154,101,92); }

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