Html Css Color HEX #90675B Dark Chestnut

📋 copy color: '#90675B'

red 144 ◦ green 103 ◦ blue 91

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

Shades of Dark Chestnut #90675B

Tints of Dark Chestnut #90675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.92%

R = 42.6%
G = 30.47%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90675B (or 0x90675B) is known color: Dark Chestnut. HEX triplet: 90, 67 and 5B. RGB value is (144,103,91). Sum of RGB (Red+Green+Blue) = 144+103+91=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90675B is #6F98A4. Grayscale: #717171. Windows color (decimal): -7313573 or 5990288. OLE color: 5990288.

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

Color convert

RGB 144 103 91 -
CMYK 0 0.28 0.37 0.44
HSL 13.58º 0.23% 0.46% -
HSV(B) 13.58º 0.37% 0.56% -
XYZ 18.24 16.39 12.1 -
YUV 113.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 144 103 91 0 0.28 0.37 0.44 13.58 0.23 0.46
Hex 90 67 5B 0 1C 25 2C E 17 2E
Octal 220 147 133 0 34 45 54 16 27 56
Binary 10010000 1100111 1011011 0 11100 100101 101100 1110 10111 101110

Color Harmonies of #90675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90675B

Black with #90675B

Text Example


Text Example

White with #90675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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