Html Css Color HEX #926B61 Dark Chestnut

📋 copy color: '#926B61'

red 146 ◦ green 107 ◦ blue 97

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

Shades of Dark Chestnut #926B61

Tints of Dark Chestnut #926B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 41.71%
G = 30.57%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#926B61 (or 0x926B61) is known color: Dark Chestnut. HEX triplet: 92, 6B and 61. RGB value is (146,107,97). Sum of RGB (Red+Green+Blue) = 146+107+97=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B61 is #6D949E. Grayscale: #757575. Windows color (decimal): -7181471 or 6384530. OLE color: 6384530.

HSL color Cylindrical-coordinate representation of color #926B61: hue angle of 12.24º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #926B61 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 107 97 -
CMYK 0 0.27 0.34 0.43
HSL 12.24º 0.2% 0.48% -
HSV(B) 12.24º 0.34% 0.57% -
XYZ 19.27 17.49 13.67 -
YUV 117.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 146 107 97 0 0.27 0.34 0.43 12.24 0.2 0.48
Hex 92 6B 61 0 1B 22 2B C 14 30
Octal 222 153 141 0 33 42 53 14 24 60
Binary 10010010 1101011 1100001 0 11011 100010 101011 1100 10100 110000

Color Harmonies of #926B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B61

Black with #926B61

Text Example


Text Example

White with #926B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,107,97); }

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

background-color css

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

 a { background-color: rgb(146,107,97); }

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

border-color css

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

 span { border-color: rgb(146,107,97); }

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