Html Css Color HEX #916863 Dark Chestnut

📋 copy color: '#916863'

red 145 ◦ green 104 ◦ blue 99

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

Shades of Dark Chestnut #916863

Tints of Dark Chestnut #916863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.45%

R = 41.67%
G = 29.89%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#916863 (or 0x916863) is known color: Dark Chestnut. HEX triplet: 91, 68 and 63. RGB value is (145,104,99). Sum of RGB (Red+Green+Blue) = 145+104+99=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 145 - color contains mainly: red. Hex color #916863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916863 is #6E979C. Grayscale: #737373. Windows color (decimal): -7247773 or 6514833. OLE color: 6514833.

HSL color Cylindrical-coordinate representation of color #916863: hue angle of 6.52º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #916863 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 104 99 -
CMYK 0 0.28 0.32 0.43
HSL 6.52º 0.19% 0.48% -
HSV(B) 6.52º 0.32% 0.57% -
XYZ 18.88 16.82 14.06 -
YUV 115.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 145 104 99 0 0.28 0.32 0.43 6.52 0.19 0.48
Hex 91 68 63 0 1C 20 2B 7 13 30
Octal 221 150 143 0 34 40 53 7 23 60
Binary 10010001 1101000 1100011 0 11100 100000 101011 111 10011 110000

Color Harmonies of #916863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916863

Black with #916863

Text Example


Text Example

White with #916863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916863; }

 p { color: rgb(145,104,99); }

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

background-color css

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

 a { background-color: rgb(145,104,99); }

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

border-color css

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

 span { border-color: rgb(145,104,99); }

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