Html Css Color HEX #97665B Dark Chestnut

📋 copy color: '#97665B'

red 151 ◦ green 102 ◦ blue 91

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

Shades of Dark Chestnut #97665B

Tints of Dark Chestnut #97665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 43.9%
G = 29.65%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#97665B (or 0x97665B) is known color: Dark Chestnut. HEX triplet: 97, 66 and 5B. RGB value is (151,102,91). Sum of RGB (Red+Green+Blue) = 151+102+91=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #97665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97665B is #6899A4. Grayscale: #737373. Windows color (decimal): -6855077 or 5990039. OLE color: 5990039.

HSL color Cylindrical-coordinate representation of color #97665B: hue angle of 11º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97665B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 102 91 -
CMYK 0 0.32 0.40 0.41
HSL 11º 0.25% 0.47% -
HSV(B) 11º 0.4% 0.59% -
XYZ 19.4 16.84 12.12 -
YUV 115.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 151 102 91 0 0.32 0.40 0.41 11 0.25 0.47
Hex 97 66 5B 0 20 28 29 B 19 2F
Octal 227 146 133 0 40 50 51 13 31 57
Binary 10010111 1100110 1011011 0 100000 101000 101001 1011 11001 101111

Color Harmonies of #97665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97665B

Black with #97665B

Text Example


Text Example

White with #97665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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