Html Css Color HEX #927168 Dark Chestnut

📋 copy color: '#927168'

red 146 ◦ green 113 ◦ blue 104

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

Shades of Dark Chestnut #927168

Tints of Dark Chestnut #927168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 40.22%
G = 31.13%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#927168 (or 0x927168) is known color: Dark Chestnut. HEX triplet: 92, 71 and 68. RGB value is (146,113,104). Sum of RGB (Red+Green+Blue) = 146+113+104=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927168 is #6D8E97. Grayscale: #797979. Windows color (decimal): -7179928 or 6844818. OLE color: 6844818.

HSL color Cylindrical-coordinate representation of color #927168: hue angle of 12.86º 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 #927168 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 113 104 -
CMYK 0 0.23 0.29 0.43
HSL 12.86º 0.17% 0.49% -
HSV(B) 12.86º 0.29% 0.57% -
XYZ 20.26 18.92 15.68 -
YUV 121.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 146 113 104 0 0.23 0.29 0.43 12.86 0.17 0.49
Hex 92 71 68 0 17 1D 2B D 11 31
Octal 222 161 150 0 27 35 53 15 21 61
Binary 10010010 1110001 1101000 0 10111 11101 101011 1101 10001 110001

Color Harmonies of #927168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927168

Black with #927168

Text Example


Text Example

White with #927168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927168; }

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

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

background-color css

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

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

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

border-color css

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

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

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