Html Css Color HEX #926E69 Dark Chestnut

📋 copy color: '#926E69'

red 146 ◦ green 110 ◦ blue 105

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

Shades of Dark Chestnut #926E69

Tints of Dark Chestnut #926E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 40.44%
G = 30.47%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#926E69 (or 0x926E69) is known color: Dark Chestnut. HEX triplet: 92, 6E and 69. RGB value is (146,110,105). Sum of RGB (Red+Green+Blue) = 146+110+105=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E69 is #6D9196. Grayscale: #787878. Windows color (decimal): -7180695 or 6909586. OLE color: 6909586.

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

Color convert

RGB 146 110 105 -
CMYK 0 0.25 0.28 0.43
HSL 7.32º 0.16% 0.49% -
HSV(B) 7.32º 0.28% 0.57% -
XYZ 19.98 18.28 15.84 -
YUV 120.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 146 110 105 0 0.25 0.28 0.43 7.32 0.16 0.49
Hex 92 6E 69 0 19 1C 2B 7 10 31
Octal 222 156 151 0 31 34 53 7 20 61
Binary 10010010 1101110 1101001 0 11001 11100 101011 111 10000 110001

Color Harmonies of #926E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926E69

Black with #926E69

Text Example


Text Example

White with #926E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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