Html Css Color HEX #926A62 Dark Chestnut

📋 copy color: '#926A62'

red 146 ◦ green 106 ◦ blue 98

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

Shades of Dark Chestnut #926A62

Tints of Dark Chestnut #926A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 41.71%
G = 30.29%
B = 28%

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

#926A62 (or 0x926A62) is known color: Dark Chestnut. HEX triplet: 92, 6A and 62. RGB value is (146,106,98). Sum of RGB (Red+Green+Blue) = 146+106+98=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #926A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A62 is #6D959D. Grayscale: #757575. Windows color (decimal): -7181726 or 6449810. OLE color: 6449810.

HSL color Cylindrical-coordinate representation of color #926A62: hue angle of 10º 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 #926A62 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 106 98 -
CMYK 0 0.27 0.33 0.43
HSL 10º 0.2% 0.48% -
HSV(B) 10º 0.33% 0.57% -
XYZ 19.21 17.3 13.88 -
YUV 117.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 146 106 98 0 0.27 0.33 0.43 10 0.2 0.48
Hex 92 6A 62 0 1B 21 2B A 14 30
Octal 222 152 142 0 33 41 53 12 24 60
Binary 10010010 1101010 1100010 0 11011 100001 101011 1010 10100 110000

Color Harmonies of #926A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926A62

Black with #926A62

Text Example


Text Example

White with #926A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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