Html Css Color HEX #90655F Dark Chestnut

📋 copy color: '#90655F'

red 144 ◦ green 101 ◦ blue 95

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

Shades of Dark Chestnut #90655F

Tints of Dark Chestnut #90655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 42.35%
G = 29.71%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90655F (or 0x90655F) is known color: Dark Chestnut. HEX triplet: 90, 65 and 5F. RGB value is (144,101,95). Sum of RGB (Red+Green+Blue) = 144+101+95=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90655F is #6F9AA0. Grayscale: #717171. Windows color (decimal): -7314081 or 6251920. OLE color: 6251920.

HSL color Cylindrical-coordinate representation of color #90655F: hue angle of 7.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90655F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 101 95 -
CMYK 0 0.30 0.34 0.44
HSL 7.35º 0.21% 0.47% -
HSV(B) 7.35º 0.34% 0.56% -
XYZ 18.22 16.06 12.97 -
YUV 113.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 144 101 95 0 0.30 0.34 0.44 7.35 0.21 0.47
Hex 90 65 5F 0 1E 22 2C 7 15 2F
Octal 220 145 137 0 36 42 54 7 25 57
Binary 10010000 1100101 1011111 0 11110 100010 101100 111 10101 101111

Color Harmonies of #90655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90655F

Black with #90655F

Text Example


Text Example

White with #90655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90655F; }

 p { color: rgb(144,101,95); }

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

background-color css

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

 a { background-color: rgb(144,101,95); }

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

border-color css

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

 span { border-color: rgb(144,101,95); }

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