Html Css Color HEX #906762 Dark Chestnut

📋 copy color: '#906762'

red 144 ◦ green 103 ◦ blue 98

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

Shades of Dark Chestnut #906762

Tints of Dark Chestnut #906762

RGB

 RED value IS 144 (56.64% from 255) = 41.74%

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

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

R = 41.74%
G = 29.86%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#906762 (or 0x906762) is known color: Dark Chestnut. HEX triplet: 90, 67 and 62. RGB value is (144,103,98). Sum of RGB (Red+Green+Blue) = 144+103+98=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #906762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906762 is #6F989D. Grayscale: #727272. Windows color (decimal): -7313566 or 6449040. OLE color: 6449040.

HSL color Cylindrical-coordinate representation of color #906762: hue angle of 6.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906762 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 103 98 -
CMYK 0 0.28 0.32 0.44
HSL 6.52º 0.19% 0.47% -
HSV(B) 6.52º 0.32% 0.56% -
XYZ 18.56 16.51 13.76 -
YUV 114.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 144 103 98 0 0.28 0.32 0.44 6.52 0.19 0.47
Hex 90 67 62 0 1C 20 2C 7 13 2F
Octal 220 147 142 0 34 40 54 7 23 57
Binary 10010000 1100111 1100010 0 11100 100000 101100 111 10011 101111

Color Harmonies of #906762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906762

Black with #906762

Text Example


Text Example

White with #906762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906762; }

 p { color: rgb(144,103,98); }

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

background-color css

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

 a { background-color: rgb(144,103,98); }

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

border-color css

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

 span { border-color: rgb(144,103,98); }

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