Html Css Color HEX #927066 Dark Chestnut

📋 copy color: '#927066'

red 146 ◦ green 112 ◦ blue 102

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

Shades of Dark Chestnut #927066

Tints of Dark Chestnut #927066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 40.56%
G = 31.11%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#927066 (or 0x927066) is known color: Dark Chestnut. HEX triplet: 92, 70 and 66. RGB value is (146,112,102). Sum of RGB (Red+Green+Blue) = 146+112+102=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #927066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927066 is #6D8F99. Grayscale: #797979. Windows color (decimal): -7180186 or 6713490. OLE color: 6713490.

HSL color Cylindrical-coordinate representation of color #927066: hue angle of 13.64º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #927066 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 112 102 -
CMYK 0 0.23 0.30 0.43
HSL 13.64º 0.18% 0.49% -
HSV(B) 13.64º 0.3% 0.57% -
XYZ 20.05 18.66 15.12 -
YUV 121.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 146 112 102 0 0.23 0.30 0.43 13.64 0.18 0.49
Hex 92 70 66 0 17 1E 2B E 12 31
Octal 222 160 146 0 27 36 53 16 22 61
Binary 10010010 1110000 1100110 0 10111 11110 101011 1110 10010 110001

Color Harmonies of #927066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927066

Black with #927066

Text Example


Text Example

White with #927066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927066; }

 p { color: rgb(146,112,102); }

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

background-color css

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

 a { background-color: rgb(146,112,102); }

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

border-color css

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

 span { border-color: rgb(146,112,102); }

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