Html Css Color HEX #92635D Dark Chestnut

📋 copy color: '#92635D'

red 146 ◦ green 99 ◦ blue 93

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

Shades of Dark Chestnut #92635D

Tints of Dark Chestnut #92635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 43.2%
G = 29.29%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#92635D (or 0x92635D) is known color: Dark Chestnut. HEX triplet: 92, 63 and 5D. RGB value is (146,99,93). Sum of RGB (Red+Green+Blue) = 146+99+93=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #92635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92635D is #6D9CA2. Grayscale: #707070. Windows color (decimal): -7183523 or 6120338. OLE color: 6120338.

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

Color convert

RGB 146 99 93 -
CMYK 0 0.32 0.36 0.43
HSL 6.79º 0.22% 0.47% -
HSV(B) 6.79º 0.36% 0.57% -
XYZ 18.29 15.82 12.45 -
YUV 112.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 146 99 93 0 0.32 0.36 0.43 6.79 0.22 0.47
Hex 92 63 5D 0 20 24 2B 7 16 2F
Octal 222 143 135 0 40 44 53 7 26 57
Binary 10010010 1100011 1011101 0 100000 100100 101011 111 10110 101111

Color Harmonies of #92635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92635D

Black with #92635D

Text Example


Text Example

White with #92635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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