#907269

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

Shades of Dark Chestnut #907269

Tints of Dark Chestnut #907269

Color information

#907269 (or 0x907269) is unknown color: approx Dark Chestnut. HEX triplet: 90, 72 and 69. RGB value is (144,114,105). Sum of RGB (Red+Green+Blue) = 144+114+105=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #907269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907269 is #6F8D96. Grayscale: #7A7A7A. Windows color (decimal): -7310743 or 6910608. OLE color: 6910608.

HSL color Cylindrical-coordinate representation of color #907269: hue angle of 13.85º 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 #907269 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB144114105-
CMYK00.210.270.44
HSL13.85º15.66%48.82%-
HSV(B)13.85º27.08%56.47%-
XYZ20.0718.9815.97-
YUV121.94118.44143.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=39.67%
G=31.40%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411410500.210.270.4413.8515.6648.82
Hex9072690151B2Ce1031
Octal2201621510253354162061
Binary100100001110010110100101010111011101100111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907269; }

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

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

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

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

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

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

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

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