Html Css Color HEX #97665D Dark Chestnut

📋 copy color: '#97665D'

red 151 ◦ green 102 ◦ blue 93

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

Shades of Dark Chestnut #97665D

Tints of Dark Chestnut #97665D

RGB

 RED value IS 151 (59.38% from 255) = 43.64%

 GREEN value IS 102 (40.23% from 255) = 29.48%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 43.64%
G = 29.48%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#97665D (or 0x97665D) is known color: Dark Chestnut. HEX triplet: 97, 66 and 5D. RGB value is (151,102,93). Sum of RGB (Red+Green+Blue) = 151+102+93=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97665D is #6899A2. Grayscale: #737373. Windows color (decimal): -6855075 or 6121111. OLE color: 6121111.

HSL color Cylindrical-coordinate representation of color #97665D: hue angle of 9.31º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97665D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 93 -
CMYK 0 0.32 0.38 0.41
HSL 9.31º 0.24% 0.48% -
HSV(B) 9.31º 0.38% 0.59% -
XYZ 19.49 16.87 12.59 -
YUV 115.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 151 102 93 0 0.32 0.38 0.41 9.31 0.24 0.48
Hex 97 66 5D 0 20 26 29 9 18 30
Octal 227 146 135 0 40 46 51 11 30 60
Binary 10010111 1100110 1011101 0 100000 100110 101001 1001 11000 110000

Color Harmonies of #97665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97665D

Black with #97665D

Text Example


Text Example

White with #97665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97665D; }

 p { color: rgb(151,102,93); }

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

background-color css

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

 a { background-color: rgb(151,102,93); }

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

border-color css

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

 span { border-color: rgb(151,102,93); }

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