Html Css Color HEX #92675B Dark Chestnut

📋 copy color: '#92675B'

red 146 ◦ green 103 ◦ blue 91

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

Shades of Dark Chestnut #92675B

Tints of Dark Chestnut #92675B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

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

R = 42.94%
G = 30.29%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#92675B (or 0x92675B) is known color: Dark Chestnut. HEX triplet: 92, 67 and 5B. RGB value is (146,103,91). Sum of RGB (Red+Green+Blue) = 146+103+91=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92675B is #6D98A4. Grayscale: #727272. Windows color (decimal): -7182501 or 5990290. OLE color: 5990290.

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

Color convert

RGB 146 103 91 -
CMYK 0 0.29 0.38 0.43
HSL 13.09º 0.23% 0.46% -
HSV(B) 13.09º 0.38% 0.57% -
XYZ 18.59 16.57 12.12 -
YUV 114.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 146 103 91 0 0.29 0.38 0.43 13.09 0.23 0.46
Hex 92 67 5B 0 1D 26 2B D 17 2E
Octal 222 147 133 0 35 46 53 15 27 56
Binary 10010010 1100111 1011011 0 11101 100110 101011 1101 10111 101110

Color Harmonies of #92675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92675B

Black with #92675B

Text Example


Text Example

White with #92675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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