Html Css Color HEX #90665F Dark Chestnut

📋 copy color: '#90665F'

red 144 ◦ green 102 ◦ blue 95

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

Shades of Dark Chestnut #90665F

Tints of Dark Chestnut #90665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 42.23%
G = 29.91%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90665F (or 0x90665F) is known color: Dark Chestnut. HEX triplet: 90, 66 and 5F. RGB value is (144,102,95). Sum of RGB (Red+Green+Blue) = 144+102+95=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #90665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90665F is #6F99A0. Grayscale: #717171. Windows color (decimal): -7313825 or 6252176. OLE color: 6252176.

HSL color Cylindrical-coordinate representation of color #90665F: hue angle of 8.57º 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 #90665F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 95 -
CMYK 0 0.29 0.34 0.44
HSL 8.57º 0.21% 0.47% -
HSV(B) 8.57º 0.34% 0.56% -
XYZ 18.32 16.26 13 -
YUV 113.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 144 102 95 0 0.29 0.34 0.44 8.57 0.21 0.47
Hex 90 66 5F 0 1D 22 2C 9 15 2F
Octal 220 146 137 0 35 42 54 11 25 57
Binary 10010000 1100110 1011111 0 11101 100010 101100 1001 10101 101111

Color Harmonies of #90665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90665F

Black with #90665F

Text Example


Text Example

White with #90665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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