Html Css Color HEX #90675D Dark Chestnut

📋 copy color: '#90675D'

red 144 ◦ green 103 ◦ blue 93

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

Shades of Dark Chestnut #90675D

Tints of Dark Chestnut #90675D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 42.35%
G = 30.29%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90675D (or 0x90675D) is known color: Dark Chestnut. HEX triplet: 90, 67 and 5D. RGB value is (144,103,93). Sum of RGB (Red+Green+Blue) = 144+103+93=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90675D is #6F98A2. Grayscale: #727272. Windows color (decimal): -7313571 or 6121360. OLE color: 6121360.

HSL color Cylindrical-coordinate representation of color #90675D: hue angle of 11.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90675D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 103 93 -
CMYK 0 0.28 0.35 0.44
HSL 11.76º 0.22% 0.46% -
HSV(B) 11.76º 0.35% 0.56% -
XYZ 18.33 16.42 12.56 -
YUV 114.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 144 103 93 0 0.28 0.35 0.44 11.76 0.22 0.46
Hex 90 67 5D 0 1C 23 2C C 16 2E
Octal 220 147 135 0 34 43 54 14 26 56
Binary 10010000 1100111 1011101 0 11100 100011 101100 1100 10110 101110

Color Harmonies of #90675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90675D

Black with #90675D

Text Example


Text Example

White with #90675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90675D; }

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

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

background-color css

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

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

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

border-color css

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

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

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