Html Css Color HEX #917268 Dark Chestnut

📋 copy color: '#917268'

red 145 ◦ green 114 ◦ blue 104

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

Shades of Dark Chestnut #917268

Tints of Dark Chestnut #917268

RGB

 RED value IS 145 (57.03% from 255) = 39.94%

 GREEN value IS 114 (44.92% from 255) = 31.4%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 39.94%
G = 31.4%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#917268 (or 0x917268) is known color: Dark Chestnut. HEX triplet: 91, 72 and 68. RGB value is (145,114,104). Sum of RGB (Red+Green+Blue) = 145+114+104=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #917268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917268 is #6E8D97. Grayscale: #7A7A7A. Windows color (decimal): -7245208 or 6845073. OLE color: 6845073.

HSL color Cylindrical-coordinate representation of color #917268: hue angle of 14.63º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917268 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 114 104 -
CMYK 0 0.21 0.28 0.43
HSL 14.63º 0.16% 0.49% -
HSV(B) 14.63º 0.28% 0.57% -
XYZ 20.19 19.05 15.71 -
YUV 122.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 145 114 104 0 0.21 0.28 0.43 14.63 0.16 0.49
Hex 91 72 68 0 15 1C 2B F 10 31
Octal 221 162 150 0 25 34 53 17 20 61
Binary 10010001 1110010 1101000 0 10101 11100 101011 1111 10000 110001

Color Harmonies of #917268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917268

Black with #917268

Text Example


Text Example

White with #917268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917268; }

 p { color: rgb(145,114,104); }

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

background-color css

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

 a { background-color: rgb(145,114,104); }

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

border-color css

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

 span { border-color: rgb(145,114,104); }

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