Html Css Color HEX #926F65 Dark Chestnut

📋 copy color: '#926F65'

red 146 ◦ green 111 ◦ blue 101

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

Shades of Dark Chestnut #926F65

Tints of Dark Chestnut #926F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 40.78%
G = 31.01%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#926F65 (or 0x926F65) is known color: Dark Chestnut. HEX triplet: 92, 6F and 65. RGB value is (146,111,101). Sum of RGB (Red+Green+Blue) = 146+111+101=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #926F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F65 is #6D909A. Grayscale: #787878. Windows color (decimal): -7180443 or 6647698. OLE color: 6647698.

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

Color convert

RGB 146 111 101 -
CMYK 0 0.24 0.31 0.43
HSL 13.33º 0.18% 0.48% -
HSV(B) 13.33º 0.31% 0.57% -
XYZ 19.89 18.42 14.82 -
YUV 120.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 146 111 101 0 0.24 0.31 0.43 13.33 0.18 0.48
Hex 92 6F 65 0 18 1F 2B D 12 30
Octal 222 157 145 0 30 37 53 15 22 60
Binary 10010010 1101111 1100101 0 11000 11111 101011 1101 10010 110000

Color Harmonies of #926F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926F65

Black with #926F65

Text Example


Text Example

White with #926F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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