Html Css Color HEX #916358 Dark Chestnut

📋 copy color: '#916358'

red 145 ◦ green 99 ◦ blue 88

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

Shades of Dark Chestnut #916358

Tints of Dark Chestnut #916358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 43.67%
G = 29.82%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#916358 (or 0x916358) is known color: Dark Chestnut. HEX triplet: 91, 63 and 58. RGB value is (145,99,88). Sum of RGB (Red+Green+Blue) = 145+99+88=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916358 is #6E9CA7. Grayscale: #6F6F6F. Windows color (decimal): -7249064 or 5792657. OLE color: 5792657.

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

Color convert

RGB 145 99 88 -
CMYK 0 0.32 0.39 0.43
HSL 11.58º 0.24% 0.46% -
HSV(B) 11.58º 0.39% 0.57% -
XYZ 17.9 15.65 11.31 -
YUV 111.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 145 99 88 0 0.32 0.39 0.43 11.58 0.24 0.46
Hex 91 63 58 0 20 27 2B C 18 2E
Octal 221 143 130 0 40 47 53 14 30 56
Binary 10010001 1100011 1011000 0 100000 100111 101011 1100 11000 101110

Color Harmonies of #916358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916358

Black with #916358

Text Example


Text Example

White with #916358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916358; }

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

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

background-color css

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

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

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

border-color css

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

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

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