Html Css Color HEX #926863 Dark Chestnut

📋 copy color: '#926863'

red 146 ◦ green 104 ◦ blue 99

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

Shades of Dark Chestnut #926863

Tints of Dark Chestnut #926863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

 BLUE value IS 99 (39.06% from 255) = 28.37%

R = 41.83%
G = 29.8%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#926863 (or 0x926863) is known color: Dark Chestnut. HEX triplet: 92, 68 and 63. RGB value is (146,104,99). Sum of RGB (Red+Green+Blue) = 146+104+99=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #926863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926863 is #6D979C. Grayscale: #747474. Windows color (decimal): -7182237 or 6514834. OLE color: 6514834.

HSL color Cylindrical-coordinate representation of color #926863: hue angle of 6.38º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926863 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 104 99 -
CMYK 0 0.29 0.32 0.43
HSL 6.38º 0.19% 0.48% -
HSV(B) 6.38º 0.32% 0.57% -
XYZ 19.06 16.91 14.06 -
YUV 115.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 146 104 99 0 0.29 0.32 0.43 6.38 0.19 0.48
Hex 92 68 63 0 1D 20 2B 6 13 30
Octal 222 150 143 0 35 40 53 6 23 60
Binary 10010010 1101000 1100011 0 11101 100000 101011 110 10011 110000

Color Harmonies of #926863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926863

Black with #926863

Text Example


Text Example

White with #926863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926863; }

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

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

background-color css

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

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

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

border-color css

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

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

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