Html Css Color HEX #926358 Dark Chestnut

📋 copy color: '#926358'

red 146 ◦ green 99 ◦ blue 88

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

Shades of Dark Chestnut #926358

Tints of Dark Chestnut #926358

RGB

 RED value IS 146 (57.42% from 255) = 43.84%

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

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

R = 43.84%
G = 29.73%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.43

RGB Variations

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

Color information

#926358 (or 0x926358) is known color: Dark Chestnut. HEX triplet: 92, 63 and 58. RGB value is (146,99,88). Sum of RGB (Red+Green+Blue) = 146+99+88=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #926358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926358 is #6D9CA7. Grayscale: #6F6F6F. Windows color (decimal): -7183528 or 5792658. OLE color: 5792658.

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

Color convert

RGB 146 99 88 -
CMYK 0 0.32 0.40 0.43
HSL 11.38º 0.25% 0.46% -
HSV(B) 11.38º 0.4% 0.57% -
XYZ 18.08 15.74 11.32 -
YUV 111.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 146 99 88 0 0.32 0.40 0.43 11.38 0.25 0.46
Hex 92 63 58 0 20 28 2B B 19 2E
Octal 222 143 130 0 40 50 53 13 31 56
Binary 10010010 1100011 1011000 0 100000 101000 101011 1011 11001 101110

Color Harmonies of #926358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926358

Black with #926358

Text Example


Text Example

White with #926358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926358; }

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

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

background-color css

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

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

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

border-color css

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

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

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