Html Css Color HEX #91655A Dark Chestnut

📋 copy color: '#91655A'

red 145 ◦ green 101 ◦ blue 90

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

Shades of Dark Chestnut #91655A

Tints of Dark Chestnut #91655A

RGB

 RED value IS 145 (57.03% from 255) = 43.15%

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 43.15%
G = 30.06%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#91655A (or 0x91655A) is known color: Dark Chestnut. HEX triplet: 91, 65 and 5A. RGB value is (145,101,90). Sum of RGB (Red+Green+Blue) = 145+101+90=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91655A is #6E9AA5. Grayscale: #707070. Windows color (decimal): -7248550 or 5924241. OLE color: 5924241.

HSL color Cylindrical-coordinate representation of color #91655A: hue angle of 12º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91655A is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 101 90 -
CMYK 0 0.30 0.38 0.43
HSL 12º 0.23% 0.46% -
HSV(B) 12º 0.38% 0.57% -
XYZ 18.18 16.07 11.82 -
YUV 112.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 145 101 90 0 0.30 0.38 0.43 12 0.23 0.46
Hex 91 65 5A 0 1E 26 2B C 17 2E
Octal 221 145 132 0 36 46 53 14 27 56
Binary 10010001 1100101 1011010 0 11110 100110 101011 1100 10111 101110

Color Harmonies of #91655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91655A

Black with #91655A

Text Example


Text Example

White with #91655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91655A; }

 p { color: rgb(145,101,90); }

 H1.HeaderClassName
 {
   color: #91655A;
 }
 .AnyTagClassName
 {
   color: #91655A;
 }
</style>

background-color css

<style>
 a { background-color: #91655A; }

 a { background-color: rgb(145,101,90); }

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

border-color css

<style>
 span { border-color: #91655A; }

 span { border-color: rgb(145,101,90); }

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