Html Css Color HEX #90675C Dark Chestnut

📋 copy color: '#90675C'

red 144 ◦ green 103 ◦ blue 92

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

Shades of Dark Chestnut #90675C

Tints of Dark Chestnut #90675C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 42.48%
G = 30.38%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90675C (or 0x90675C) is known color: Dark Chestnut. HEX triplet: 90, 67 and 5C. RGB value is (144,103,92). Sum of RGB (Red+Green+Blue) = 144+103+92=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90675C is #6F98A3. Grayscale: #727272. Windows color (decimal): -7313572 or 6055824. OLE color: 6055824.

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

Color convert

RGB 144 103 92 -
CMYK 0 0.28 0.36 0.44
HSL 12.69º 0.22% 0.46% -
HSV(B) 12.69º 0.36% 0.56% -
XYZ 18.28 16.4 12.33 -
YUV 114.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 144 103 92 0 0.28 0.36 0.44 12.69 0.22 0.46
Hex 90 67 5C 0 1C 24 2C D 16 2E
Octal 220 147 134 0 34 44 54 15 26 56
Binary 10010000 1100111 1011100 0 11100 100100 101100 1101 10110 101110

Color Harmonies of #90675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90675C

Black with #90675C

Text Example


Text Example

White with #90675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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