Html Css Color HEX #926B62 Dark Chestnut

📋 copy color: '#926B62'

red 146 ◦ green 107 ◦ blue 98

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

Shades of Dark Chestnut #926B62

Tints of Dark Chestnut #926B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.92%

R = 41.6%
G = 30.48%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#926B62 (or 0x926B62) is known color: Dark Chestnut. HEX triplet: 92, 6B and 62. RGB value is (146,107,98). Sum of RGB (Red+Green+Blue) = 146+107+98=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #926B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B62 is #6D949D. Grayscale: #757575. Windows color (decimal): -7181470 or 6450066. OLE color: 6450066.

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

Color convert

RGB 146 107 98 -
CMYK 0 0.27 0.33 0.43
HSL 11.25º 0.2% 0.48% -
HSV(B) 11.25º 0.33% 0.57% -
XYZ 19.32 17.51 13.92 -
YUV 117.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 146 107 98 0 0.27 0.33 0.43 11.25 0.2 0.48
Hex 92 6B 62 0 1B 21 2B B 14 30
Octal 222 153 142 0 33 41 53 13 24 60
Binary 10010010 1101011 1100010 0 11011 100001 101011 1011 10100 110000

Color Harmonies of #926B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B62

Black with #926B62

Text Example


Text Example

White with #926B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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