Html Css Color HEX #997268 Dark Chestnut

📋 copy color: '#997268'

red 153 ◦ green 114 ◦ blue 104

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

Shades of Dark Chestnut #997268

Tints of Dark Chestnut #997268

RGB

 RED value IS 153 (60.16% from 255) = 41.24%

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

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

R = 41.24%
G = 30.73%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#997268 (or 0x997268) is known color: Dark Chestnut. HEX triplet: 99, 72 and 68. RGB value is (153,114,104). Sum of RGB (Red+Green+Blue) = 153+114+104=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997268 is #668D97. Grayscale: #7C7C7C. Windows color (decimal): -6720920 or 6845081. OLE color: 6845081.

HSL color Cylindrical-coordinate representation of color #997268: hue angle of 12.24º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997268 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 104 -
CMYK 0 0.25 0.32 0.4
HSL 12.24º 0.19% 0.5% -
HSV(B) 12.24º 0.32% 0.6% -
XYZ 21.65 19.81 15.78 -
YUV 124.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 153 114 104 0 0.25 0.32 0.4 12.24 0.19 0.5
Hex 99 72 68 0 19 20 28 C 13 32
Octal 231 162 150 0 31 40 50 14 23 62
Binary 10011001 1110010 1101000 0 11001 100000 101000 1100 10011 110010

Color Harmonies of #997268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997268

Black with #997268

Text Example


Text Example

White with #997268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997268; }

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

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

background-color css

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

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

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

border-color css

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

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

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