#907069

Color #907069 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #907069

Tints of Dark Chestnut #907069

Color information

#907069 (or 0x907069) is unknown color: approx Dark Chestnut. HEX triplet: 90, 70 and 69. RGB value is (144,112,105). Sum of RGB (Red+Green+Blue) = 144+112+105=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #907069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907069 is #6F8F96. Grayscale: #787878. Windows color (decimal): -7311255 or 6910096. OLE color: 6910096.

HSL color Cylindrical-coordinate representation of color #907069: hue angle of 10.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #907069 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB144112105-
CMYK00.220.270.44
HSL10.77º15.66%48.82%-
HSV(B)10.77º27.08%56.47%-
XYZ19.8518.5415.9-
YUV120.77119.1144.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=39.89%
G=31.02%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411210500.220.270.4410.7715.6648.82
Hex9070690161B2Cb1031
Octal2201601510263354132061
Binary100100001110000110100101011011011101100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907069; }

 p { color: rgb(144,112,105); }

 H1.HeaderClassName
 {
   color: #907069;
 }
 .AnyTagClassName
 {
   color: #907069;
 }
</style>
background-color css

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

 a { background-color: rgb(144,112,105); }

 div.DivClassName
 {
   background-color: #907069;
 }
 .BgClassName
 {
   background-color: #907069;
 }
</style>
border-color css

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

 span { border-color: rgb(144,112,105); }

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