Html Css Color HEX #92635B Dark Chestnut

📋 copy color: '#92635B'

red 146 ◦ green 99 ◦ blue 91

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

Shades of Dark Chestnut #92635B

Tints of Dark Chestnut #92635B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 43.45%
G = 29.46%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#92635B (or 0x92635B) is known color: Dark Chestnut. HEX triplet: 92, 63 and 5B. RGB value is (146,99,91). Sum of RGB (Red+Green+Blue) = 146+99+91=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #92635B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92635B is #6D9CA4. Grayscale: #707070. Windows color (decimal): -7183525 or 5989266. OLE color: 5989266.

HSL color Cylindrical-coordinate representation of color #92635B: hue angle of 8.73º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92635B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 91 -
CMYK 0 0.32 0.38 0.43
HSL 8.73º 0.23% 0.46% -
HSV(B) 8.73º 0.38% 0.57% -
XYZ 18.2 15.79 11.99 -
YUV 112.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 146 99 91 0 0.32 0.38 0.43 8.73 0.23 0.46
Hex 92 63 5B 0 20 26 2B 9 17 2E
Octal 222 143 133 0 40 46 53 11 27 56
Binary 10010010 1100011 1011011 0 100000 100110 101011 1001 10111 101110

Color Harmonies of #92635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92635B

Black with #92635B

Text Example


Text Example

White with #92635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92635B; }

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

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

background-color css

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

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

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

border-color css

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

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

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