Html Css Color HEX #926E68 Dark Chestnut

📋 copy color: '#926E68'

red 146 ◦ green 110 ◦ blue 104

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

Shades of Dark Chestnut #926E68

Tints of Dark Chestnut #926E68

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.56%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 40.56%
G = 30.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#926E68 (or 0x926E68) is known color: Dark Chestnut. HEX triplet: 92, 6E and 68. RGB value is (146,110,104). Sum of RGB (Red+Green+Blue) = 146+110+104=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #926E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E68 is #6D9197. Grayscale: #787878. Windows color (decimal): -7180696 or 6844050. OLE color: 6844050.

HSL color Cylindrical-coordinate representation of color #926E68: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926E68 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 110 104 -
CMYK 0 0.25 0.29 0.43
HSL 8.57º 0.17% 0.49% -
HSV(B) 8.57º 0.29% 0.57% -
XYZ 19.93 18.26 15.57 -
YUV 120.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 146 110 104 0 0.25 0.29 0.43 8.57 0.17 0.49
Hex 92 6E 68 0 19 1D 2B 9 11 31
Octal 222 156 150 0 31 35 53 11 21 61
Binary 10010010 1101110 1101000 0 11001 11101 101011 1001 10001 110001

Color Harmonies of #926E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E68

Black with #926E68

Text Example


Text Example

White with #926E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926E68; }

 p { color: rgb(146,110,104); }

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

background-color css

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

 a { background-color: rgb(146,110,104); }

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

border-color css

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

 span { border-color: rgb(146,110,104); }

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