Html Css Color HEX #906458 Dark Chestnut

📋 copy color: '#906458'

red 144 ◦ green 100 ◦ blue 88

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

Shades of Dark Chestnut #906458

Tints of Dark Chestnut #906458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 43.37%
G = 30.12%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#906458 (or 0x906458) is known color: Dark Chestnut. HEX triplet: 90, 64 and 58. RGB value is (144,100,88). Sum of RGB (Red+Green+Blue) = 144+100+88=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906458 is #6F9BA7. Grayscale: #6F6F6F. Windows color (decimal): -7314344 or 5792912. OLE color: 5792912.

HSL color Cylindrical-coordinate representation of color #906458: hue angle of 12.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #906458 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 100 88 -
CMYK 0 0.31 0.39 0.44
HSL 12.86º 0.24% 0.45% -
HSV(B) 12.86º 0.39% 0.56% -
XYZ 17.82 15.75 11.33 -
YUV 111.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 144 100 88 0 0.31 0.39 0.44 12.86 0.24 0.45
Hex 90 64 58 0 1F 27 2C D 18 2D
Octal 220 144 130 0 37 47 54 15 30 55
Binary 10010000 1100100 1011000 0 11111 100111 101100 1101 11000 101101

Color Harmonies of #906458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906458

Black with #906458

Text Example


Text Example

White with #906458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906458; }

 p { color: rgb(144,100,88); }

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

background-color css

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

 a { background-color: rgb(144,100,88); }

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

border-color css

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

 span { border-color: rgb(144,100,88); }

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