Html Css Color HEX #97665C Dark Chestnut

📋 copy color: '#97665C'

red 151 ◦ green 102 ◦ blue 92

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

Shades of Dark Chestnut #97665C

Tints of Dark Chestnut #97665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 43.77%
G = 29.57%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#97665C (or 0x97665C) is known color: Dark Chestnut. HEX triplet: 97, 66 and 5C. RGB value is (151,102,92). Sum of RGB (Red+Green+Blue) = 151+102+92=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97665C is #6899A3. Grayscale: #737373. Windows color (decimal): -6855076 or 6055575. OLE color: 6055575.

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

Color convert

RGB 151 102 92 -
CMYK 0 0.32 0.39 0.41
HSL 10.17º 0.24% 0.48% -
HSV(B) 10.17º 0.39% 0.59% -
XYZ 19.45 16.85 12.35 -
YUV 115.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 151 102 92 0 0.32 0.39 0.41 10.17 0.24 0.48
Hex 97 66 5C 0 20 27 29 A 18 30
Octal 227 146 134 0 40 47 51 12 30 60
Binary 10010111 1100110 1011100 0 100000 100111 101001 1010 11000 110000

Color Harmonies of #97665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97665C

Black with #97665C

Text Example


Text Example

White with #97665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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