Html Css Color HEX #926F68 Dark Chestnut

📋 copy color: '#926F68'

red 146 ◦ green 111 ◦ blue 104

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

Shades of Dark Chestnut #926F68

Tints of Dark Chestnut #926F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

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

R = 40.44%
G = 30.75%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#926F68 (or 0x926F68) is known color: Dark Chestnut. HEX triplet: 92, 6F and 68. RGB value is (146,111,104). Sum of RGB (Red+Green+Blue) = 146+111+104=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F68 is #6D9097. Grayscale: #787878. Windows color (decimal): -7180440 or 6844306. OLE color: 6844306.

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

Color convert

RGB 146 111 104 -
CMYK 0 0.24 0.29 0.43
HSL 10º 0.17% 0.49% -
HSV(B) 10º 0.29% 0.57% -
XYZ 20.04 18.48 15.61 -
YUV 120.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 146 111 104 0 0.24 0.29 0.43 10 0.17 0.49
Hex 92 6F 68 0 18 1D 2B A 11 31
Octal 222 157 150 0 30 35 53 12 21 61
Binary 10010010 1101111 1101000 0 11000 11101 101011 1010 10001 110001

Color Harmonies of #926F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926F68

Black with #926F68

Text Example


Text Example

White with #926F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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